SecurityCallContext.MinAuthenticationLevel プロパティ

定義

COM+ のMinAuthenticationLevel コレクションからISecurityCallContext値を取得します。

public:
 property int MinAuthenticationLevel { int get(); };
public int MinAuthenticationLevel { get; }
member this.MinAuthenticationLevel : int
Public ReadOnly Property MinAuthenticationLevel As Integer

プロパティ値

COM+ のMinAuthenticationLevel コレクションのISecurityCallContext値。

注釈

MinAuthenticationLevel は、チェーン内のすべての呼び出し元の最も安全性の低い認証レベルです。

適用対象