CertificationRequest.PublicKey Property
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9083)
PublicKey
Gets the PKCS #10 request's public key info. This includes the key itself.
Declaration
public PublicKeyInfo PublicKey { get; }
Property Value
Type | Description |
---|---|
PublicKeyInfo | Public key info. |