Bearbeiten

SecurityTokenParameters.SupportsClientAuthentication Property

Definition

When overridden in a derived class, gets a value that indicates whether the token supports client authentication.

protected public:
 abstract property bool SupportsClientAuthentication { bool get(); };
protected internal abstract bool SupportsClientAuthentication { get; }
member this.SupportsClientAuthentication : bool
Protected Friend MustOverride ReadOnly Property SupportsClientAuthentication As Boolean

Property Value

true if the token supports client authentication; otherwise, false.

Applies to