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