X509Extension Class |
Namespace: pdftron.Crypto
public sealed class X509Extension : IClosable
The X509Extension type exposes the following members.
Name | Description | |
---|---|---|
Close | ||
Destroy |
Frees the native memory of the object. This can
be explicity called to control the deallocation of
native memory and avoid situations where the garbage
collector does not free the object in a timely manner.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetData |
Retrieves the raw binary DER-encoded data of the extension. (DER is short for Distinguished Encoding Rules.)
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetObjectIdentifier |
Retrieves the OID (object identifier) of the extension in the form of integer components in a container.
The meaning of an OID can be determined from an OID repository.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsCritical |
Retrieves whether the extension is 'critical'. See RFC 5280 for an explanation of what this means.
| |
ToString |
Returns a string representation of the extension.
|