public class WebSSL
Public Class WebSSL
public ref class WebSSL
type WebSSL = class end
WebSSL | Initializes a new instance of the WebSSL class |
Certificate | Gets server SSL certificate. |
CertificateIsValid | Gets the status of the certificate. True if the certificate is valid, otherwise False. |
ErrorInformation | Gets certificate chain error information. |
Issuer | Gets certificate issuer. |
NameMatch | Identifies whether the name (or names) in the certificate matches the one specified in the request. |
OriginalUri | Gets original connection URL. |
Pkcs7Chain | Gets entire SSL certificate chain returned by web server. |
Response | Gets original HTTP response. |
ReturnedUri | Gets returned connection URL. |
Subject | Gets certificate subject name. |
SubjectAlternativeNames | Gets an array of Subject Alternative Names (SAN) if they are configured. |
UserContext | Gets or sets the behavior for certificate chain building. If the property is set to True, user root certificates are allowed to establish a trust to a certificate. Otherwise, local system (machine) store is used. |
Equals | (Inherited from Object) |
Finalize | (Inherited from Object) |
GetHashCode | (Inherited from Object) |
GetType | (Inherited from Object) |
MemberwiseClone | (Inherited from Object) |
SendRequest | Submits HTTP request to a remote server and updates current object instance. |
ToString | (Inherited from Object) |