ZebraP12InfoKeyStore Property
|
Gets the keystore of the processed client certificate.
Namespace:
Zebra.Sdk.Certificate
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax public Pkcs12Store KeyStore { get; }
Public ReadOnly Property KeyStore As Pkcs12Store
Get
public:
property Pkcs12Store^ KeyStore {
Pkcs12Store^ get ();
}
Return Value
Type:
Pkcs12StoreThe Pkcs12Store containing information about the processed certificate file.
See Also