Show / Hide Table of Contents

Class AccountTransferResponse

Includes the public information corresponding to a Smartcrypt identity. The Sid needs to be retrieved separately.

Inheritance
Object
AccountTransferResponse
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 AccountTransferResponse

Properties

pid

The full Pid.

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

user

The full User.

Declaration
[NotNull]
public User user { get; set; }
Property Value
Type Description
User
Back to top Copyright © 2018 PKWARE, Inc.