ZebraP12InfoGetCertificateIssuer Method
|
Get the issuer of the client certificate.
Namespace: Zebra.Sdk.CertificateAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public string GetCertificateIssuer()
Public Function GetCertificateIssuer As String
public:
String^ GetCertificateIssuer()
Return Value
StringThe client certificate issuer.
Exceptions Exception | Condition |
---|
ZebraCertificateException | If 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