Class AccountTransferResponse
Includes the public information corresponding to a Smartcrypt identity. The Sid needs to be retrieved separately.
Inherited Members
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 |