ConnectionManagerHttpClass.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 the certificate to use for the connection.
public:
virtual property cli::array <System::Byte> ^ Certificate { cli::array <System::Byte> ^ get(); void set(cli::array <System::Byte> ^ value); };
public virtual byte[] Certificate { get; set; }
member this.Certificate : byte[] with get, set
Public Overridable Property Certificate As Byte()
Property Value
Byte[]
The certificate to use for the connection.