Method | Description | |
---|---|---|
UserIdentity ( ) : System |
Creates a new instance of UserIdentity.
|
|
UserIdentity ( |
Creates a user instance from an authentication attempt.
|
|
UserIdentity ( System.Guid userID, string name, |
Creates a new instance of an identity, but impersonated by the specified user.
|
public UserIdentity ( |
||
ticket | The authentication results. | |
authType | String | The provider that authentication this identity. |
return | System |
public UserIdentity ( System.Guid userID, string name, |
||
userID | System.Guid | The unique identity of the user to impersonate. |
name | string | The name of the user to impersonate. |
impersonator | The impersonator's authenticated identity. | |
return | System |