public class X509CrlEntry : X509ExtensionBase
Public Class X509CrlEntry
Inherits X509ExtensionBase
public ref class X509CrlEntry : public X509ExtensionBase
Org.BouncyCastle.X509.X509CrlEntry = function();
Type.createClass(
'Org.BouncyCastle.X509.X509CrlEntry',
Org.BouncyCastle.X509.X509ExtensionBase);
X509CrlEntry(CrlEntry) | Initializes a new instance of the X509CrlEntry class |
X509CrlEntry(CrlEntry, Boolean, X509Name) | Initializes a new instance of the X509CrlEntry class |
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) |
GetCertificateIssuer | |
GetCriticalExtensionOids |
Get any critical extensions.
(Inherited from X509ExtensionBase) |
GetEncoded | |
GetExtensionOids | (Inherited from X509ExtensionBase) |
GetExtensionValue | (Inherited from X509ExtensionBase) |
GetHashCode | (Overrides ObjectGetHashCode) |
GetNonCriticalExtensionOids |
Get non critical extensions.
(Inherited from X509ExtensionBase) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
GetX509Extensions | (Overrides X509ExtensionBaseGetX509Extensions) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | (Overrides ObjectToString) |