Show / Hide Table of Contents

Class User.Record

Inheritance
Object
BaseRecord
User.Record
Inherited Members
BaseRecord.Json
BaseRecord.SetOrDelete(String, String)
BaseRecord.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace: PKWARE.Smartcrypt.Protocol
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
Type Description
Int32

loginSalt

The salt with which to perform PBKDF2 with the user's password.

Declaration
[CanBeNull]
public string loginSalt { get; set; }
Property Value
Type Description
String

revision

Declaration
public int revision { get; set; }
Property Value
Type Description
Int32

sidLocator

Used to link the User with the SID entity.

Declaration
[CanBeNull]
public string sidLocator { get; set; }
Property Value
Type Description
String
Back to top Copyright © 2018 PKWARE, Inc.