SecurityCallContext.MinAuthenticationLevel Property

Definition

Gets the MinAuthenticationLevel value from the ISecurityCallContext collection in COM+.

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

Property Value

The MinAuthenticationLevel value from the ISecurityCallContext collection in COM+.

Remarks

MinAuthenticationLevel is the least secure authentication level of all callers in the chain.

Applies to