Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetUser ( ISentryUserFactory factory ) : |
Gets the user.
|
|
SentryUser ( IIdentity identity ) : System.Security.Principal |
Initializes a new instance of the SentryUser class.
|
|
SentryUser ( IPrincipal principal ) : System.Security.Principal |
Initializes a new instance of the SentryUser class.
|
|
SentryUser ( string username ) : System.Security.Principal |
Initializes a new instance of the SentryUser class.
|
public static GetUser ( ISentryUserFactory factory ) : |
||
factory | ISentryUserFactory | |
return |
public SentryUser ( IIdentity identity ) : System.Security.Principal | ||
identity | IIdentity | The identity. |
return | System.Security.Principal |
public SentryUser ( IPrincipal principal ) : System.Security.Principal | ||
principal | IPrincipal | The principal. |
return | System.Security.Principal |
public SentryUser ( string username ) : System.Security.Principal | ||
username | string | The username. |
return | System.Security.Principal |