System.Security.Authentication 命名空间
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供一组描述连接安全性的枚举。 这些枚举包括 CipherAlgorithmType、 ExchangeAlgorithmType、 HashAlgorithmType 和 SslProtocols。
类
AuthenticationException |
当身份验证流的身份验证失败时引发的异常。 |
InvalidCredentialException |
当身份验证流的身份验证失败并且不能重试时引发的异常。 |
枚举
CipherAlgorithmType |
为 SslStream 类定义可能的密码算法。 |
ExchangeAlgorithmType |
指定用于创建客户端和服务器共享密钥的算法。 |
HashAlgorithmType |
指定用于生成消息身份验证代码 (MAC) 的算法。 |
SslProtocols |
定义 SslProtocols 的可能版本。 |