Свойство | Type | Description |
---|
Méthode | 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 | |
Résultat |
public SentryUser ( IIdentity identity ) : System.Security.Principal | ||
identity | IIdentity | The identity. |
Résultat | System.Security.Principal |
public SentryUser ( IPrincipal principal ) : System.Security.Principal | ||
principal | IPrincipal | The principal. |
Résultat | System.Security.Principal |
public SentryUser ( string username ) : System.Security.Principal | ||
username | string | The username. |
Résultat | System.Security.Principal |