Click or drag to resize

ZebraP12Info Methods

The ZebraP12Info type exposes the following members.

Methods
  Name Description
Public method Equals
(Inherited from Object)
Public method GetAliases Get a list of aliases present in the certificate keystore.
Public method GetCaCommonName Get the common name of the CA associated with the certificate file.
Public method GetCaCommonName(String) Get the common name of the CA associated with the certificate file.
Public method GetCaContent Get the content of the ca, which is determined to be all entries in the certificate chain after the first entry.
Public method GetCaContent(String) Get the content of the ca, which is determined to be all entries in the certificate chain after the first entry.
Public method GetCaExpirationDate Get the expiration data of the CA associated with the certificate file.
Public method GetCaExpirationDate(String) Get the expiration data of the CA associated with the certificate file.
Public method GetCertificateCommonName Get the common name of the client certificate associated with the certificate file.
Public method GetCertificateCommonName(String) Get the common name of the client certificate associated with the certificate file.
Public method GetCertificateContent Get the content of the first entry in the certificate's certificate chain.
Public method GetCertificateContent(String) Get the content of the first entry in the certificate's certificate chain.
Public method GetCertificateExpirationDate Get the expiration data of the client certificate associated with the certificate file.
Public method GetCertificateExpirationDate(String) Get the expiration data of the client certificate associated with the certificate file.
Public method GetCertificateIssuer Get the issuer of the client certificate.
Public method GetCertificateIssuer(String) Get the issuer of the client certificate.
Public method GetEncryptedPrivateKeyContent(String) Get the encrypted private key content.
Public method GetEncryptedPrivateKeyContent(String, String) Get the encrypted private key content.
Public method GetHashCode
(Inherited from Object)
Public method GetPrivateKeyAlgorithm Get the algorithm used by the private key.
Public method GetPrivateKeyAlgorithm(String) Get the algorithm used by the private key.
Public method GetType
(Inherited from Object)
Public method ToString
(Inherited from Object)
Top
See Also