HttpClientConnection.Certificate Property

Definition

Gets or sets a byte array that represents the actual X.509 binary encoding of the certificate.

public:
 property cli::array <System::Byte> ^ Certificate { cli::array <System::Byte> ^ get(); void set(cli::array <System::Byte> ^ value); };
public byte[] Certificate { get; set; }
member this.Certificate : byte[] with get, set
Public Property Certificate As Byte()

Property Value

Byte[]

A byte array that contains the binary encoding of the X.509 certificate.

Remarks

For more information about certificates, see the .NET Framework System.Security.Cryptography.X509Certificates Namespace topic.

Applies to