System.Security.Authentication 命名空間
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供一組描述連線安全性的列舉。 這些列舉包括 CipherAlgorithmType、ExchangeAlgorithmType、HashAlgorithmType 和 SslProtocols。
類別
AuthenticationException |
當驗證資料流驗證失敗時所擲回的例外狀況。 |
InvalidCredentialException |
當驗證資料流驗證失敗且無法重試時,所擲回的例外狀況。 |
列舉
CipherAlgorithmType |
定義 SslStream 類別可能的 Cipher 演算法。 |
ExchangeAlgorithmType |
指定用來建立由用戶端和伺服器所共用金鑰的演算法。 |
HashAlgorithmType |
指定用來產生訊息驗證碼 (MAC) 的演算法。 |
SslProtocols |
定義 SslProtocols 的可能版本。 |