public class X509CertificateEntry : Pkcs12EntryPublic Class X509CertificateEntry
Inherits Pkcs12Entrypublic ref class X509CertificateEntry : public Pkcs12EntryOrg.BouncyCastle.Pkcs.X509CertificateEntry = function();
Type.createClass(
'Org.BouncyCastle.Pkcs.X509CertificateEntry',
Org.BouncyCastle.Pkcs.Pkcs12Entry);| X509CertificateEntry(X509Certificate) | Initializes a new instance of the X509CertificateEntry class |
| X509CertificateEntry(X509Certificate, IDictionaryDerObjectIdentifier, Asn1Encodable) | Initializes a new instance of the X509CertificateEntry class |
| BagAttributeKeys | (Inherited from Pkcs12Entry) |
| Certificate | |
| Item | (Inherited from Pkcs12Entry) |
| Equals | (Overrides ObjectEquals(Object)) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | (Overrides ObjectGetHashCode) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |