SslSecurityTokenParameters.SupportsServerAuthentication Property

Definition

When implemented, gets a value that indicates whether the token supports server authentication.

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

Property Value

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

Remarks

This property always returns false.

Applies to