Class ClientIdentity
Defines a ClientIdentity in ImageVault
Inheritance
System.Object
ClientIdentity
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.Common.Data
Assembly: ImageVault.Common.dll
Syntax
public class ClientIdentity
Constructors
ClientIdentity()
Initializes a new instance of the ClientIdentity class.
Declaration
public ClientIdentity()
ClientIdentity(ClientIdentity)
Initializes a new instance of the ClientIdentity class.
Declaration
public ClientIdentity(ClientIdentity clientIdentity)
Parameters
Type | Name | Description |
---|---|---|
ClientIdentity | clientIdentity |
Properties
AllowImpersonate
Defines if the client is allowed to impersonate other users
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 (previously known as Username)
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Password
Get/Sets the Password of the ClientIdentity
Declaration
public string Password { 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 |