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
)
Public Function HasAttribute (
in_oid As ObjectIdentifier
) As Boolean
public:
virtual bool HasAttribute(
[InAttribute] ObjectIdentifier^ in_oid
) sealed
function HasAttribute(in_oid);
Parameters
- in_oid
- Type: pdftron.CryptoObjectIdentifier
the object identifier representing the sought attribute.
Return Value
Type:
Booleana boolean value representing whether this distinguished name contains the supplied attribute
See Also