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