Class KnownUser
Inherited Members
Namespace: PKWARE.Smartcrypt.MetaClient
Assembly: MetaClient.dll
Syntax
[PublicAPI]
public sealed class KnownUser
Constructors
KnownUser(String, String)
Declaration
public KnownUser([NotNull] string email, [CanBeNull] string name = null)
Parameters
Type | Name | Description |
---|---|---|
String | ||
String | name |
Fields
Declaration
[NotNull]
public readonly string Email
Field Value
Type | Description |
---|---|
String |
Name
Declaration
[CanBeNull]
public readonly string Name
Field Value
Type | Description |
---|---|
String |