Share via


NegotiateAuthentication.ProtectionLevel 属性

定义

指示协商的保护级别。

public:
 property System::Net::Security::ProtectionLevel ProtectionLevel { System::Net::Security::ProtectionLevel get(); };
public System.Net.Security.ProtectionLevel ProtectionLevel { get; }
member this.ProtectionLevel : System.Net.Security.ProtectionLevel
Public ReadOnly Property ProtectionLevel As ProtectionLevel

属性值

注解

仅当会话身份验证完成 (看到 IsAuthenticated) 时,协商的保护级别才可用。 保护级别可以高于 或 RequiredProtectionLevel指定的RequiredProtectionLevel最初请求的保护级别。

适用于