OCSPSingleRequestCertificateName Property |
Gets the name of the certificate in the question.
Namespace:
PKI.OCSP
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public X500DistinguishedName CertificateName { get; }
Public ReadOnly Property CertificateName As X500DistinguishedName
Get
public:
property X500DistinguishedName^ CertificateName {
X500DistinguishedName^ get ();
}
member CertificateName : X500DistinguishedName with get
Property Value
Type:
X500DistinguishedNameSee Also