NegotiateAuthentication.ProtectionLevel 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示协商的保护级别。
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最初请求的保护级别。