Table of Contents

Interface IClameConverter

Namespace
LinqToDB.Identity
Assembly
LinqToDB.Identity.dll

Provides methods to convert from\to Claim

public interface IClameConverter

Methods

InitializeFromClaim(Claim)

Initializes by copying ClaimType and ClaimValue from the other claim.

void InitializeFromClaim(Claim other)

Parameters

other Claim

The claim to initialize from.

ToClaim()

Constructs a new claim with the type and value.

Claim ToClaim()

Returns

Claim