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 是链中所有调用方最不安全的身份验证级别。

适用于