Class PersonSecretAdded
public class PersonSecretAdded : Change, IChange
- Inheritance
-
PersonSecretAdded
- Implements
- Inherited Members
- Extension Methods
Constructors
PersonSecretAdded(Guid, string, string, string, DateTimeOffset, int?)
public PersonSecretAdded(Guid personId, string type, string name, string value, DateTimeOffset expiry, int? lifetime)
Parameters
Properties
Expiry
public DateTimeOffset Expiry { get; set; }
Property Value
Lifetime
public int? Lifetime { get; set; }
Property Value
- int?
Name
public string Name { get; set; }
Property Value
PersonId
public Guid PersonId { get; set; }
Property Value
Type
public string Type { get; set; }
Property Value
Value
public string Value { get; set; }