Click or drag to resize

X509ExtensionGetObjectIdentifier Method

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.

Namespace:  pdftron.Crypto
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public ObjectIdentifier GetObjectIdentifier()

Return Value

Type: ObjectIdentifier
an ObjectIdentifier object
See Also