Opc.Ua.Security.Certificates
GetKeyIdentifier Method



Opc.Ua.Security.Certificates Namespace > X509AuthorityKeyIdentifierExtension Class : GetKeyIdentifier Method
The identifier for the key as a byte array.
Syntax
'Declaration
 
Public Function GetKeyIdentifier() As Byte()
'Usage
 
Dim instance As X509AuthorityKeyIdentifierExtension
Dim value() As Byte
 
value = instance.GetKeyIdentifier()
public byte[] GetKeyIdentifier()
public:
array<byte>^ GetKeyIdentifier(); 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

X509AuthorityKeyIdentifierExtension Class
X509AuthorityKeyIdentifierExtension Members