Gets the public of the certificate if
this subject identifier is identified by the public key.
Otherwise, this property will return null.
Namespace:
Rebex.Security.Cryptography.Pkcs
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
| Visual Basic |
|---|
Public ReadOnly Property PublicKey As Byte() Get |
| C# |
|---|
public byte[] PublicKey { get; } |