Gets the unique identifier associated with the key.

Namespace: LLCryptoLib.Security.Certificates
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public byte[] GetKeyIdentifier()
Visual Basic
Public Function GetKeyIdentifier As Byte()
Visual C++
public:
array<unsigned char>^ GetKeyIdentifier()

Return Value

A byte array containing the unique identifier associated with the key.

See Also