QuicServerConnectionOptions.ServerAuthenticationOptions 属性

定义

获取或设置接受新连接时要使用的服务器身份验证选项。

public:
 property System::Net::Security::SslServerAuthenticationOptions ^ ServerAuthenticationOptions { System::Net::Security::SslServerAuthenticationOptions ^ get(); void set(System::Net::Security::SslServerAuthenticationOptions ^ value); };
public System.Net.Security.SslServerAuthenticationOptions ServerAuthenticationOptions { get; set; }
member this.ServerAuthenticationOptions : System.Net.Security.SslServerAuthenticationOptions with get, set
Public Property ServerAuthenticationOptions As SslServerAuthenticationOptions

属性值

注解

此属性是必需的,不设置此属性会导致建立连接时出现验证错误。

适用于