次の方法で共有


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 保護レベルは、 または RequiredProtectionLevelRequiredProtectionLevel指定された最初に要求された保護レベルよりも高くできます。

適用対象