X501AttributeTypeAndValue Class |
Namespace: pdftron.Crypto
public sealed class X501AttributeTypeAndValue : IClosable
The X501AttributeTypeAndValue 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.) | |
GetAttributeTypeOID |
Retrieves the OID (i.e. one of the object identifiers from the X.500 attribute types) in the form of integer components in a container.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetStringValue |
Retrieves the value associated with the contained OID (object identifier) as a string, if the value is defined by the OID to be of a string type.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |