| ZebraP12Info Methods | 
The ZebraP12Info type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | GetAliases | 
            Get a list of aliases present in the certificate keystore.
             | 
|  | GetCaCommonName | 
            Get the common name of the CA associated with the certificate file.
             | 
|  | GetCaCommonName(String) | 
            Get the common name of the CA associated with the certificate file.
             | 
|  | GetCaContent | 
            Get the content of the ca, which is determined to be all entries in the certificate chain after the first entry.
             | 
|  | GetCaContent(String) | 
            Get the content of the ca, which is determined to be all entries in the certificate chain after the first entry.
             | 
|  | GetCaExpirationDate | 
            Get the expiration data of the CA associated with the certificate file.
             | 
|  | GetCaExpirationDate(String) | 
            Get the expiration data of the CA associated with the certificate file.
             | 
|  | GetCertificateCommonName | 
            Get the common name of the client certificate associated with the certificate file.
             | 
|  | GetCertificateCommonName(String) | 
            Get the common name of the client certificate associated with the certificate file.
             | 
|  | GetCertificateContent | 
            Get the content of the first entry in the certificate's certificate chain.
             | 
|  | GetCertificateContent(String) | 
            Get the content of the first entry in the certificate's certificate chain.
             | 
|  | GetCertificateExpirationDate | 
            Get the expiration data of the client certificate associated with the certificate file.
             | 
|  | GetCertificateExpirationDate(String) | 
            Get the expiration data of the client certificate associated with the certificate file.
             | 
|  | GetCertificateIssuer | 
            Get the issuer of the client certificate.
             | 
|  | GetCertificateIssuer(String) | 
            Get the issuer of the client certificate.
             | 
|  | GetEncryptedPrivateKeyContent(String) | 
            Get the encrypted private key content.
             | 
|  | GetEncryptedPrivateKeyContent(String, String) | 
            Get the encrypted private key content.
             | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
|  | GetPrivateKeyAlgorithm | 
            Get the algorithm used by the private key.
             | 
|  | GetPrivateKeyAlgorithm(String) | 
            Get the algorithm used by the private key.
             | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also