메소드 | 설명 | |
---|---|---|
ActiveDirectoryAuthenticationService ( Work |
||
GetAuthenticatedUser ( ) : IUser |
Overrides the default behaviour to return an instance of ActiveDirectoryUser based on the current user in the context if a UserPart hasn't been created for the active directory user yet.
|
|
SetAuthenticatedUserForRequest ( IUser user ) : void | ||
SignIn ( IUser user, bool createPersistentCookie ) : void | ||
SignOut ( ) : void |
public ActiveDirectoryAuthenticationService ( Work |
||
membershipService | Work |
|
리턴 | System.Web |
public SetAuthenticatedUserForRequest ( IUser user ) : void | ||
user | IUser | |
리턴 | void |
public SignIn ( IUser user, bool createPersistentCookie ) : void | ||
user | IUser | |
createPersistentCookie | bool | |
리턴 | void |