Mentalis.org Security Library documentation

Certificate.GetKeyIdentifier Method 

Gets the unique identifier associated with the key.

[Visual Basic]
Public Function GetKeyIdentifier() As Byte()
[C#]
public byte[] GetKeyIdentifier();

Return Value

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

See Also

Certificate Class | Certificate Members | Org.Mentalis.Security.Certificates Namespace