Interface ILoginOkResponse
A response to login attempts that indicates the attempt was made with the appropriate parameters.
Namespace: PKWARE.Smartcrypt.Protocol
Assembly: SmartcryptProtocol.dll
Syntax
public interface ILoginOkResponse
Properties
matched
Always true for this response type.
Declaration
bool matched { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
See Also
pid
The complete PID. Never null for this response type.
Declaration
[NotNull]
Pid pid { get; set; }
Property Value
| Type | Description |
|---|---|
| Pid |
user
The complete User. Never null for this response type.
Declaration
[NotNull]
User user { get; set; }
Property Value
| Type | Description |
|---|---|
| User |