System.Security.Authentication 命名空间

提供一组描述连接安全性的枚举。 这些枚举包括 CipherAlgorithmTypeExchangeAlgorithmTypeHashAlgorithmTypeSslProtocols

AuthenticationException

当身份验证流的身份验证失败时引发的异常。

InvalidCredentialException

当身份验证流的身份验证失败并且不能重试时引发的异常。

枚举

CipherAlgorithmType

SslStream 类定义可能的密码算法。

ExchangeAlgorithmType

指定用于创建客户端和服务器共享密钥的算法。

HashAlgorithmType

指定用于生成消息身份验证代码 (MAC) 的算法。

SslProtocols

定义 SslProtocols 的可能版本。