Class CreateAccountInfo
Inheritance
CreateAccountInfo
Assembly: SmartcryptProtocol.dll
Syntax
public sealed class CreateAccountInfo : BasePdu<CreateAccountInfo>, IEquatable<CreateAccountInfo>
Constructors
CreateAccountInfo(CreateAccountInfo)
Declaration
public CreateAccountInfo([NotNull] CreateAccountInfo other)
Parameters
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
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
device
Declaration
[CanBeNull]
public Device device { get; set; }
Property Value
loginToken
Declaration
[CanBeNull]
public string loginToken { get; set; }
Property Value
loginTokenHash
Declaration
[CanBeNull]
public string loginTokenHash { get; set; }
Property Value
pid
Declaration
[CanBeNull]
public Pid pid { get; set; }
Property Value
Older clients don't send this - can be empty or null - introduced 6/24/15.
Declaration
[CanBeNull]
public string platform { get; set; }
Property Value
sid
Declaration
[CanBeNull]
public Sid sid { get; set; }
Property Value
user
Declaration
[CanBeNull]
public User user { get; set; }
Property Value
Methods
ToJson(Boolean)
Declaration
protected override string ToJson(bool sending)
Parameters
Type |
Name |
Description |
Boolean |
sending |
|
Returns
Overrides
PKWARE.Smartcrypt.Protocol.BasePdu<PKWARE.Smartcrypt.Protocol.CreateAccountInfo>.ToJson(System.Boolean)
Implements