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

適用対象