ZebraP12InfoGetCaCommonName Method (String)
             | 
          
        
         
            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.1989
Syntaxpublic string GetCaCommonName(
	string alias
)
Public Function GetCaCommonName ( 
	alias As String
) As String
public:
String^ GetCaCommonName(
	String^ alias
)
Parameters
- alias
 - Type: SystemString
The alias name of the specific entry to extract from the certificate file 
Return Value
Type: 
StringThe CA common name.
Exceptions| Exception | Condition | 
|---|
| ZebraCertificateException | If the provided alias does not exist or the underlying 
            certificate could not be parsed. | 
See Also