HttpClientCertificate.PublicKey Property

Definition

Gets the public key binary value from the certificate.

public:
 property cli::array <System::Byte> ^ PublicKey { cli::array <System::Byte> ^ get(); };
public byte[] PublicKey { get; }
member this.PublicKey : byte[]
Public ReadOnly Property PublicKey As Byte()

Property Value

Byte[]

A byte array that contains the public key value.

Applies to