Show / Hide Table of Contents

Class CreateAccountInfo

Inheritance
Object
BasePdu<CreateAccountInfo>
CreateAccountInfo
Implements
IEquatable<CreateAccountInfo>
Inherited Members
BasePdu<CreateAccountInfo>.ToJsonForMds()
BasePdu<CreateAccountInfo>.ToJsonForLocalStorage()
BasePdu<CreateAccountInfo>.Equals(CreateAccountInfo)
BasePdu<CreateAccountInfo>.Equals(Object)
BasePdu<CreateAccountInfo>.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 CreateAccountInfo : BasePdu<CreateAccountInfo>, IEquatable<CreateAccountInfo>

Constructors

CreateAccountInfo(CreateAccountInfo)

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

Properties

appName

Older clients don't send this - can be empty or null - introduced 6/24/15.

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

appVersion

Older clients don't send this - can be empty or null - introduced 6/24/15.

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

device

Declaration
[CanBeNull]
public Device device { get; set; }
Property Value
Type Description
Device

loginToken

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

loginTokenHash

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

pid

Declaration
[CanBeNull]
public Pid pid { get; set; }
Property Value
Type Description
Pid

platform

Older clients don't send this - can be empty or null - introduced 6/24/15.

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

sid

Declaration
[CanBeNull]
public Sid sid { get; set; }
Property Value
Type Description
Sid

user

Declaration
[CanBeNull]
public User user { get; set; }
Property Value
Type Description
User

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.CreateAccountInfo>.ToJson(System.Boolean)

Implements

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