Click or drag to resize

ZebraP12InfoGetCaCommonName(String) Method

Get the common name of the CA associated with the certificate file.

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

Parameters

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

Return Value

String
The CA common name.
Exceptions
ExceptionCondition
ZebraCertificateExceptionIf the provided alias does not exist or the underlying certificate could not be parsed.
See Also