IProviderClaim Interface

Represents a claim that can be returned by an authentication provider.

Definition

Namespace: Gemstone.Security.AuthenticationProviders
Assembly: Gemstone.Security (in Gemstone.Security.dll) Version: 1.0.181 -- Release Build+ddfc5abcc226f4dec0986b2a0da5f8a889a81a36
public interface IProviderClaim

Properties

Description Gets a human-readable text description of the claim.
LongDescription Gets a sentence-long description of the claim.
Value Gets the value of the claim.

See Also