Show / Hide Table of Contents

Class KnownUser

Inheritance
Object
KnownUser
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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 email
String name

Fields

Email

Declaration
[NotNull]
public readonly string Email
Field Value
Type Description
String

Name

Declaration
[CanBeNull]
public readonly string Name
Field Value
Type Description
String
Back to top Copyright © 2018 PKWARE, Inc.