Click or drag to resize

X509CertificateGetSubjectField Method

Retrieves the names of the certificate subject as a map of OIDs (i.e. one of the object identifiers from the X.500 attribute types) to string values. The subject field represents the identity of the entity associated with the certificate's public key. The returned value will contain all of the AttributeTypeAndValue items from all of the RelativeDistinguishedNames in the Name of the subject. See RFC 5280, section 4.1.2.6 and Appendix A.1 (page 116).

Namespace:  pdftron.Crypto
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public X501DistinguishedName GetSubjectField()

Return Value

Type: X501DistinguishedName
an X501DistinguishedName object
See Also