Show / Hide Table of Contents

Class LoginRequest

The network request used to log in.

Inheritance
Object
LoginRequest
Implements
IRequestHasDeviceAndAppInfo
IRequestHasCredentialInfo
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: PKWARE.Smartcrypt.Protocol
Assembly: SmartcryptProtocol.dll
Syntax
public sealed class LoginRequest : IRequestHasDeviceAndAppInfo, IRequestHasCredentialInfo

Constructors

LoginRequest(String)

Declaration
public LoginRequest([NotNull] string urn)
Parameters
Type Name Description
String urn

Properties

appName

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

appVersion

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

challenge

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

deviceId

Declaration
public long deviceId { get; set; }
Property Value
Type Description
Int64

deviceName

Declaration
public string deviceName { get; set; }
Property Value
Type Description
String

loginRounds

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

loginSalt

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

loginToken

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

platform

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

signature

Declaration
public string signature { get; set; }
Property Value
Type Description
String

urn

The URN of the Pid.

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

Implements

IRequestHasDeviceAndAppInfo
IRequestHasCredentialInfo
Back to top Copyright © 2018 PKWARE, Inc.