Interface IIdentityDescriptor
Marker interface denoting entities that represent information about users depending on the particular security system implementation
Namespace: Azos.Security
Assembly: Azos.dll
Syntax
public interface IIdentityDescriptor
Properties
IdentityDescriptorID
Represents identity of the descriptor such as User.ID, User.GDID etc. Specifics depend on the system
Declaration
object IdentityDescriptorID { get; }
Property Value
Type | Description |
---|---|
System.Object |
IdentityDescriptorName
Provides descriptor name such as User.Name, User.ScreenName etc.
Declaration
string IdentityDescriptorName { get; }
Property Value
Type | Description |
---|---|
System.String |
IdentityDescriptorType
Denotes types of identities: Users, Groups etc.
Declaration
IdentityType IdentityDescriptorType { get; }
Property Value
Type | Description |
---|---|
IdentityType |