ZebraCertificateInfoClientCertificate Property
|
Contains the client certificate, if set.
Namespace: Zebra.Sdk.CertificateAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
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
StringSee Also