ZebraP12InfoGetCaCommonName Method
|
Get the common name of the CA associated with the certificate file.
Namespace: Zebra.Sdk.CertificateAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public string GetCaCommonName()
Public Function GetCaCommonName As String
public:
String^ GetCaCommonName()
Return Value
StringThe CA common name.
Exceptions Exception | Condition |
---|
ZebraCertificateException | If 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