SecurityTokenParameters.SupportsServerAuthentication Property

Definition

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

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

Property Value

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

Applies to