WebSSLPkcs7Chain Property |
Gets entire SSL certificate chain returned by web server.
Namespace:
PKI.Web
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public X509Certificate2Collection Pkcs7Chain { get; }
Public ReadOnly Property Pkcs7Chain As X509Certificate2Collection
Get
public:
property X509Certificate2Collection^ Pkcs7Chain {
X509Certificate2Collection^ get ();
}
member Pkcs7Chain : X509Certificate2Collection with get
Property Value
Type:
X509Certificate2CollectionSee Also