ObjectIdentifier Class |
Namespace: pdftron.Crypto
public sealed class ObjectIdentifier : IClosable
The ObjectIdentifier type exposes the following members.
Name | Description | |
---|---|---|
ObjectIdentifier(Int32) |
Constructor from array of unsigned integer components of an object identifier.
| |
ObjectIdentifier(ObjectIdentifierPredefined) |
Constructs an ObjectIdentifier from an enum.
|
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.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetRawValue |
Retrieves the value of the object identifier.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |