X509CertificateGetIssuerField Method |
Retrieves the names of the certificate issuer as a map of OIDs (i.e. one of the object identifiers from the X.500 attribute types) to string values.
The issuer field identifies the entity that has signed and issued the certificate.
The returned value will contain all of the AttributeTypeAndValue items from all of the RelativeDistinguishedNames in the Name of the issuer. See RFC 5280, section 4.1.2.4 and Appendix A.1 (page 116).
Namespace:
pdftron.Crypto
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public X501DistinguishedName GetIssuerField()
Public Function GetIssuerField As X501DistinguishedName
public:
virtual X501DistinguishedName^ GetIssuerField() sealed
function GetIssuerField();
Return Value
Type:
X501DistinguishedNamean X501DistinguishedName object
See Also