Class ClearTrustTokensCommandSettings
Removes all Trust Tokens issued by the provided issuerOrigin. Leaves other stored data, including the issuer's Redemption Records, intact.
public sealed class ClearTrustTokensCommandSettings : ICommand
- Inheritance
-
ClearTrustTokensCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
IssuerOrigin
Gets or sets the issuerOrigin
[JsonPropertyName("issuerOrigin")]
public string IssuerOrigin { get; set; }