X501DistinguishedName Class |
Namespace: pdftron.Crypto
public sealed class X501DistinguishedName : IClosable
The X501DistinguishedName 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.) | |
GetAllAttributesAndValues |
Retrieves all of the attribute-type-to-value pairs in this distinguished name.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetStringValuesForAttribute |
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.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HasAttribute |
Returns whether this distinguished name contains a particular attribute, identified by its object identifier (OID).
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |