ZebraP12InfoKeyStore Property
|
Gets the keystore of the processed client certificate.
Namespace:
Zebra.Sdk.Certificate
Assembly:
SdkApi.Core (in SdkApi.Core.dll) Version: 2.15.2634
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