OCSPResponseResponderNameId Property |
Gets OCSP responder name ID. If this property is empty, a
ResponderKeyId is used.
Namespace:
PKI.OCSP
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public X500DistinguishedName ResponderNameId { get; }
Public ReadOnly Property ResponderNameId As X500DistinguishedName
Get
public:
property X500DistinguishedName^ ResponderNameId {
X500DistinguishedName^ get ();
}
member ResponderNameId : X500DistinguishedName with get
Property Value
Type:
X500DistinguishedNameSee Also