IIdentity Interface
Provides access to members that define a user.
Members
Name | Description | |
---|---|---|
![]() |
DomainName | The domain name of the user. |
![]() |
EncodedString | The base64 encoded copy of the encrypted password. |
![]() |
Password | The clear-text user password. |
![]() |
UserName | The username of the user. |
IIdentity.DomainName Property
The domain name of the user.
Public Property DomainName As String
public string DomainName {get; set;}
IIdentity.EncodedString Property
The base64 encoded copy of the encrypted password.
Public Property EncodedString As String
public string EncodedString {get; set;}
IIdentity.Password Property
The clear-text user password.
Public Property Password As String
public string Password {get; set;}
IIdentity.UserName Property
The username of the user.
Public Property UserName As String
public string UserName {get; set;}
Classes that implement IIdentity
Classes | Description |
---|