IssuedSecurityTokenProvider.SupportsTokenCancellation Property

Definition

Gets a value that indicates whether token cancellation is supported.

public:
 virtual property bool SupportsTokenCancellation { bool get(); };
public override bool SupportsTokenCancellation { get; }
member this.SupportsTokenCancellation : bool
Public Overrides ReadOnly Property SupportsTokenCancellation As Boolean

Property Value

true if token cancellation is supported; otherwise, false.

Applies to