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