Class RevokeCredential
- Namespace
- InSite.Application.Credentials.Write
- Assembly
- Shift.Sdk.dll
public class RevokeCredential : Command, ICommand
- Inheritance
-
RevokeCredential
- Implements
- Inherited Members
- Extension Methods
Constructors
RevokeCredential(Guid, DateTimeOffset, string, decimal?)
public RevokeCredential(Guid credential, DateTimeOffset revoked, string reason, decimal? score)
Parameters
credentialGuidrevokedDateTimeOffsetreasonstringscoredecimal?
Properties
Reason
public string Reason { get; set; }
Property Value
Revoked
public DateTimeOffset Revoked { get; set; }
Property Value
Score
public decimal? Score { get; set; }