Class User.Record
Assembly: SmartcryptProtocol.dll
Syntax
public sealed class Record : BaseRecord
Properties
loginRounds
The number of rounds with which to perform PBKDF2 with the user's password.
Declaration
public int loginRounds { get; set; }
Property Value
loginSalt
The salt with which to perform PBKDF2 with the user's password.
Declaration
[CanBeNull]
public string loginSalt { get; set; }
Property Value
revision
Declaration
public int revision { get; set; }
Property Value
sidLocator
Used to link the User with the SID entity.
Declaration
[CanBeNull]
public string sidLocator { get; set; }
Property Value