SslStream.NegotiatedCipherSuite 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
重要
此 API 不符合 CLS 規範。
取得用於交涉此連線的加密套件。
public:
virtual property System::Net::Security::TlsCipherSuite NegotiatedCipherSuite { System::Net::Security::TlsCipherSuite get(); };
[System.CLSCompliant(false)]
public virtual System.Net.Security.TlsCipherSuite NegotiatedCipherSuite { get; }
[<System.CLSCompliant(false)>]
member this.NegotiatedCipherSuite : System.Net.Security.TlsCipherSuite
Public Overridable ReadOnly Property NegotiatedCipherSuite As TlsCipherSuite
屬性值
其中一個列舉值,識別為此連接交涉的加密套件。
- 屬性
例外狀況
屬性在驗證程序尚未完成之前即遭存取,或是驗證程序失敗。
備註
這個屬性會取得基礎 SSL/TLS 實作在用戶端與伺服器之間的通訊中使用的加密套件。 只有在成功呼叫 AuthenticateAsServer 或 AuthenticateAsClient之後才能使用。