Opc.Ua.Security.Certificates
KeyIdentifier Property



Opc.Ua.Security.Certificates Namespace > X509AuthorityKeyIdentifierExtension Class : KeyIdentifier Property
The identifier for the key as a little endian hexadecimal string.
Syntax
'Declaration
 
Public ReadOnly Property KeyIdentifier As String
'Usage
 
Dim instance As X509AuthorityKeyIdentifierExtension
Dim value As String
 
value = instance.KeyIdentifier
public string KeyIdentifier {get;}
public:
property String^ KeyIdentifier {
   String^ get();
}
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