SslStream.NegotiatedCipherSuite 属性

定义

重要

此 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 实现将在客户端和服务器之间的通信中使用的密码套件。 它仅在成功调用 AuthenticateAsServerAuthenticateAsClient后可用。

适用于