Click or drag to resize

X509Extension Class

This class represents an X509v3 certificate extension. See RFC 5280 as a specification.
Inheritance Hierarchy
SystemObject
  pdftron.CryptoX509Extension

Namespace:  pdftron.Crypto
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public sealed class X509Extension : IClosable

The X509Extension type exposes the following members.

Methods
  NameDescription
Public methodClose
Public methodDestroy
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.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetData
Retrieves the raw binary DER-encoded data of the extension. (DER is short for Distinguished Encoding Rules.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectIdentifier
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.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsCritical
Retrieves whether the extension is 'critical'. See RFC 5280 for an explanation of what this means.
Public methodToString
Returns a string representation of the extension.
Top
See Also