Click or drag to resize

ZebraP12InfoGetCertificateIssuer(String) Method

Get the issuer of the client certificate.

Namespace: Zebra.Sdk.Certificate
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public string GetCertificateIssuer(
	string alias
)

Parameters

alias  String
The alias name of the specific entry to extract from the certificate file.

Return Value

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.
See Also