Interface IClameConverter
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
otherClaimThe claim to initialize from.
ToClaim()
Constructs a new claim with the type and value.
Claim ToClaim()