Show / Hide Table of Contents

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
matched

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

See Also

ILoginResetResponse
Back to top Copyright © 2018 PKWARE, Inc.