HttpClientConnection100Class.Certificate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a byte array that represents the actual X.509 binary encoding of the certificate.
public:
virtual property cli::array <System::Byte> ^ Certificate { cli::array <System::Byte> ^ get(); void set(cli::array <System::Byte> ^ value); };
[System.Runtime.InteropServices.DispId(18)]
public virtual byte[] Certificate { [System.Runtime.InteropServices.DispId(18)] get; [System.Runtime.InteropServices.DispId(18)] set; }
[<System.Runtime.InteropServices.DispId(18)>]
[<get: System.Runtime.InteropServices.DispId(18)>]
[<set: System.Runtime.InteropServices.DispId(18)>]
member this.Certificate : byte[] with get, set
Public Overridable Property Certificate As Byte()
Property Value
Byte[]
A byte array that contains the binary encoding of the X.509 certificate.
Implements
- Attributes