RequestOptionsX509Certificate Property |
The certificate profile used by Certificate based authentication.
Namespace:
Hummingbird.TestFramework.Services
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public byte[] X509Certificate { get; set; }
<DataMemberAttribute>
Public Property X509Certificate As Byte()
Get
Set
public:
[DataMemberAttribute]
property array<unsigned char>^ X509Certificate {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
[<DataMemberAttribute>]
member X509Certificate : byte[] with get, set
Property Value
Type:
ByteSee Also