Share via


SecurityCallContext.MinAuthenticationLevel プロパティ

定義

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 は、チェーン内のすべての呼び出し元の最も安全性の低い認証レベルです。

適用対象