public abstract class X509ExtensionBase : IX509Extension
Public MustInherit Class X509ExtensionBase
Implements IX509Extension
public ref class X509ExtensionBase abstract : IX509Extension
Org.BouncyCastle.X509.X509ExtensionBase = function();
Type.createClass(
'Org.BouncyCastle.X509.X509ExtensionBase',
null,
Org.BouncyCastle.X509.IX509Extension);
X509ExtensionBase | Initializes a new instance of the X509ExtensionBase class |
Equals | Determines whether the specified object is equal to the current object. (Inherited from 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) |
GetCriticalExtensionOids | Get any critical extensions. |
GetExtensionOids | |
GetExtensionValue | |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetNonCriticalExtensionOids | Get non critical extensions. |
GetType | Gets the Type of the current instance. (Inherited from Object) |
GetX509Extensions | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |