X501DistinguishedNameGetAllAttributesAndValues Method |
Retrieves all of the attribute-type-to-value pairs in this distinguished name.
Namespace:
pdftron.Crypto
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public X501AttributeTypeAndValue[] GetAllAttributesAndValues()
Public Function GetAllAttributesAndValues As X501AttributeTypeAndValue()
public:
virtual array<X501AttributeTypeAndValue^>^ GetAllAttributesAndValues() sealed
function GetAllAttributesAndValues();
Return Value
Type:
X501AttributeTypeAndValuea container of X501AttributeTypeAndValue objects
See Also