Class DbClientIdentity
Class representing the Database table ClientIdentitites
Inheritance
System.Object
DbClientIdentity
Implements
IItem<System.String>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Core.Common.DbEntities
Assembly: ImageVault.Core.dll
Syntax
public class DbClientIdentity
Constructors
DbClientIdentity()
Declaration
public DbClientIdentity()
Properties
AllowImpersonate
Get/Sets the AllowImpersonate of the ClientIdentity
Declaration
public bool AllowImpersonate { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ApplicationName
The name of the registered application
Declaration
public string ApplicationName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Author
The author of the application
Declaration
public string Author { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
The id of the client
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PasswordHash
Get/Sets the Password of the DbClientIdentity
Declaration
public string PasswordHash { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RedirectUrl
The redirect uri to use
Declaration
public string RedirectUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ToClientIdentity()
Creates a client identity representation of the object.
Declaration
public ClientIdentity ToClientIdentity()
Returns
Type | Description |
---|---|
ClientIdentity |
Remarks
Password is not passed along.