The following tables list the members exposed by SslInfo.
Name | Description | |
---|---|---|
![]() | CipherAlgorithm | Gets the cipher algorithm used by the SSL channel. |
![]() | CipherStrength | Gets the strength of the cipher used to secure the SSL channel. |
![]() | HashAlgorithm | Gets the hash algorithm used for generating Message Authentication Codes (MACs). |
![]() | HashStrength | Gets the strength of the hash algorithm used to secure the SSL channel. |
![]() | KeyExchangeAlgorithm | Gets the key exchange algorithm used by the SSL channel. |
![]() | KeyExchangeStrength | Gets the strength of the key exchange algorithm used by the SSL channel. |
![]() | LocalCertificate | Gets the certificate used to authenticate the local endpoint. |
![]() | Protocol | Gets the SSL Protocol used by the SSL channel. |
![]() | RemoteCertificate | Gets the certificate used to authenticate the remote endpoint. |