UserNameSecurityTokenParameters.SupportsClientAuthentication Property

Definition

Gets a value that indicates whether the token supports client authentication.

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

Property Value

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

Applies to