ZebraP12InfoGetCaExpirationDate Method (String)
             | 
          
        
         
            Get the expiration data of the CA associated with the certificate file.
            
 
    Namespace: 
   Zebra.Sdk.Certificate
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
Syntaxpublic DateTime GetCaExpirationDate(
	string alias
)
Public Function GetCaExpirationDate ( 
	alias As String
) As DateTime
public:
DateTime GetCaExpirationDate(
	String^ alias
)
Parameters
- alias
 - Type: SystemString
The alias name of the specific entry to extract from the certificate file. 
Return Value
Type: 
DateTimeThe CA expiration date.
Exceptions| Exception | Condition | 
|---|
| ZebraCertificateException | If the certificate keystore is invalid or the provided alias 
            does not exist in the certificate keystore. | 
See Also