Show / Hide Table of Contents

Class LoginParameters

Inheritance
Object
BasePdu<LoginParameters>
LoginParameters
Implements
IEquatable<LoginParameters>
Inherited Members
BasePdu<LoginParameters>.ToJsonForMds()
BasePdu<LoginParameters>.ToJsonForLocalStorage()
BasePdu<LoginParameters>.Equals(LoginParameters)
BasePdu<LoginParameters>.Equals(Object)
BasePdu<LoginParameters>.GetHashCode()
Object.Equals(Object, Object)
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: PKWARE.Smartcrypt.Protocol
Assembly: SmartcryptProtocol.dll
Syntax
public sealed class LoginParameters : BasePdu<LoginParameters>, IEquatable<LoginParameters>

Constructors

LoginParameters(LoginParameters)

Declaration
public LoginParameters([NotNull] LoginParameters other)
Parameters
Type Name Description
LoginParameters other

Properties

accountIsManaged

Declaration
public bool accountIsManaged { get; set; }
Property Value
Type Description
Boolean

challenge

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

cmdsPrefix

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

loginRounds

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

loginSalt

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

mdsPubkey

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

mdsSignature

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

mdsUrn

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

migrationRequired

Declaration
public bool migrationRequired { get; set; }
Property Value
Type Description
Boolean

migrationServer

Declaration
[CanBeNull]
public Server migrationServer { get; set; }
Property Value
Type Description
Server

urn

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

Methods

ToJson(Boolean)

Declaration
protected override string ToJson(bool sending)
Parameters
Type Name Description
Boolean sending
Returns
Type Description
String
Overrides
PKWARE.Smartcrypt.Protocol.BasePdu<PKWARE.Smartcrypt.Protocol.LoginParameters>.ToJson(System.Boolean)

Implements

System.IEquatable<T>
Back to top Copyright © 2018 PKWARE, Inc.