Click or drag to resize

X501DistinguishedNameHasAttribute Method

Returns whether this distinguished name contains a particular attribute, identified by its object identifier (OID).

Namespace:  pdftron.Crypto
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public bool HasAttribute(
	ObjectIdentifier in_oid
)

Parameters

in_oid
Type: pdftron.CryptoObjectIdentifier
the object identifier representing the sought attribute.

Return Value

Type: Boolean
a boolean value representing whether this distinguished name contains the supplied attribute
See Also