Click or drag to resize

ZebraP12InfoGetCertificateIssuer Method

Get the issuer of the client certificate.

Namespace:  Zebra.Sdk.Certificate
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public string GetCertificateIssuer()

Return Value

Type: String
The client certificate issuer.
Exceptions
ExceptionCondition
ZebraCertificateExceptionIf the provided certificate file is invalid, alias does not exist, or contained private key is corrupt or unsupported.
Remarks
Since no alias is provided, the first entry in the certificate file will be used.
See Also