ZebraCertificateInfoClientCertificate Property
|
Contains the client certificate, if set.
Namespace:
Zebra.Sdk.Certificate
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax public string ClientCertificate { get; set; }
Public Property ClientCertificate As String
Get
Set
public:
property String^ ClientCertificate {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also