Click or drag to resize

ZebraP12InfoGetCaCommonName 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: 2.14.1869
Syntax
public string GetCaCommonName()

Return Value

Type: String
The CA common name.
Exceptions
ExceptionCondition
ZebraCertificateExceptionIf the provided alias does not exist or the underlying certificate could not be parsed.
Remarks
Since no alias is provided, the first entry in the certificate file will be used.
See Also