X501DistinguishedNameGetStringValuesForAttribute Method |
Returns a container full of string representations of all the values in this distinguished name that match a particular attribute's object identifier (OID).
If an attribute's OID defines the corresponding value to not be of a string type, then that value will not be returned from this function.
Namespace:
pdftron.Crypto
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public string[] GetStringValuesForAttribute(
ObjectIdentifier in_oid
)
Public Function GetStringValuesForAttribute (
in_oid As ObjectIdentifier
) As String()
public:
virtual array<String^>^ GetStringValuesForAttribute(
[InAttribute] ObjectIdentifier^ in_oid
) sealed
function GetStringValuesForAttribute(in_oid);
Parameters
- in_oid
- Type: pdftron.CryptoObjectIdentifier
the object identifier representing the sought attribute.
Return Value
Type:
Stringa container of string values containing any strings associated with the supplied attribute
See Also