Share via


NegotiateAuthenticationServerOptions.RequiredProtectionLevel 属性

定义

获取或设置身份验证交换和任何进一步数据交换所需的保护级别。 默认值为 None

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

属性值

适用于