Struct UserIdentityDescriptor
Represents information about user identity
Implements
Inherited Members
      System.ValueType.Equals(System.Object)
    
    
      System.ValueType.GetHashCode()
    
    
      System.ValueType.ToString()
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetType()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: NFX.Security
Assembly: NFX.dll
Syntax
public struct UserIdentityDescriptor : IIdentityDescriptor
  Constructors
UserIdentityDescriptor(Object, String)
Declaration
public UserIdentityDescriptor(object id, string name)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | id | |
| System.String | name | 
Properties
IdentityDescriptorID
Declaration
public object IdentityDescriptorID { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Object | 
IdentityDescriptorName
Declaration
public string IdentityDescriptorName { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
IdentityDescriptorType
Declaration
public IdentityType IdentityDescriptorType { get; }
  Property Value
| Type | Description | 
|---|---|
| IdentityType |