OCSPResponseSignerCertificates Property |
Gets OCSP Signing certificate that was used to sign the response.
Namespace:
PKI.OCSP
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public X509Certificate2Collection SignerCertificates { get; }
Public ReadOnly Property SignerCertificates As X509Certificate2Collection
Get
public:
property X509Certificate2Collection^ SignerCertificates {
X509Certificate2Collection^ get ();
}
member SignerCertificates : X509Certificate2Collection with get
Property Value
Type:
X509Certificate2CollectionSee Also