ZebraP12InfoGetCertificateCommonName Method
|
Get the common name of the client certificate associated with the certificate file.
Namespace:
Zebra.Sdk.Certificate
Assembly:
SdkApi.Core (in SdkApi.Core.dll) Version: 2.15.2634
Syntax public string GetCertificateCommonName()
Public Function GetCertificateCommonName As String
public:
String^ GetCertificateCommonName()
Return Value
Type:
StringThe certificate 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