WebSSL Class |
Namespace: PKI.Web
The WebSSL type exposes the following members.
Name | Description | |
---|---|---|
![]() | 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.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SendRequest |
Submits HTTP request to a remote server and updates current object instance.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |