mscorlib(4.0.0.0) API with additions
|
Classes | |
class | AuthenticationException |
The exception that is thrown when authentication fails for an authentication stream. More... | |
class | InvalidCredentialException |
The exception that is thrown when authentication fails for an authentication stream and cannot be retried. More... | |
Defines the possible cipher algorithms for the T:System.Net.Security.SslStream class.
Definition at line 5 of file CipherAlgorithmType.cs.
Specifies the algorithm used to create keys shared by the client and server.
Definition at line 5 of file ExchangeAlgorithmType.cs.
|
strong |
Specifies the algorithm used for generating message authentication codes (MACs).
Definition at line 5 of file HashAlgorithmType.cs.
|
strong |
Defines the possible versions of T:System.Security.Authentication.SslProtocols.
Enumerator | |
---|---|
None | No SSL protocol is specified. |
Ssl2 | Specifies the SSL 2.0 protocol. SSL 2.0 has been superseded by the TLS protocol and is provided for backward compatibility only. |
Ssl3 | Specifies the SSL 3.0 protocol. SSL 3.0 has been superseded by the TLS protocol and is provided for backward compatibility only. |
Tls | Specifies the TLS 1.0 security protocol. The TLS protocol is defined in IETF RFC 2246. |
Tls11 | Specifies the TLS 1.1 security protocol. The TLS protocol is defined in IETF RFC 4346. |
Tls12 | Specifies the TLS 1.2 security protocol. The TLS protocol is defined in IETF RFC 5246. |
Default | Specifies that either Secure Sockets Layer (SSL) 3.0 or Transport Layer Security (TLS) 1.0 are acceptable for secure communications |
Definition at line 6 of file SslProtocols.cs.