SecurityCallContext.MinAuthenticationLevel プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
COM+ の ISecurityCallContext
コレクションから MinAuthenticationLevel
値を取得します。
public:
property int MinAuthenticationLevel { int get(); };
public int MinAuthenticationLevel { get; }
member this.MinAuthenticationLevel : int
Public ReadOnly Property MinAuthenticationLevel As Integer
プロパティ値
COM+ の MinAuthenticationLevel
コレクションの ISecurityCallContext
値。
注釈
MinAuthenticationLevel は、チェーン内のすべての呼び出し元の最も安全性の低い認証レベルです。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET