Click or drag to resize

X501DistinguishedName Class

This class represents a distinguished name (DN) as defined in X.501. See the X.500 standards, RFC 5280, and an OID repository for more information.
Inheritance Hierarchy
SystemObject
  pdftron.CryptoX501DistinguishedName

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

The X501DistinguishedName 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 methodGetAllAttributesAndValues
Retrieves all of the attribute-type-to-value pairs in this distinguished name.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetStringValuesForAttribute
Returns a container full of string representations of all the values in this distinguished name that match a particular attribute's object identifier (OID). If an attribute's OID defines the corresponding value to not be of a string type, then that value will not be returned from this function.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasAttribute
Returns whether this distinguished name contains a particular attribute, identified by its object identifier (OID).
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also