SubjectIdentifier.SubjectKeyIdentifier Property
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9083)
SubjectKeyIdentifier
Gets the subject key identifier of the certificate if this subject identifier is identified by the subject key identifier. Otherwise, this property will return null.
Declaration
public byte[] SubjectKeyIdentifier { get; }
Property Value
Type | Description |
---|---|
Byte[] | Certificate subject key identifier. |