메소드 | 설명 | |
---|---|---|
Redirect ( this response, string location ) : void | ||
SignIn ( this response, IPrincipal user ) : void | ||
SignIn ( this response, IPrincipal user, string>.IDictionary |
||
SignOut ( this response ) : void | ||
Unauthorized ( this response ) : void | ||
Unauthorized ( this response, string authenticationTypes, string>.IDictionary |
public static Redirect ( this response, string location ) : void | ||
response | this | |
location | string | |
리턴 | void |
public static SignIn ( this response, IPrincipal user ) : void | ||
response | this | |
user | IPrincipal | |
리턴 | void |
public static SignIn ( this response, IPrincipal user, string>.IDictionary |
||
response | this | |
user | IPrincipal | |
extra | string>.IDictionary | |
리턴 | void |
public static Unauthorized ( this response, string authenticationTypes, string>.IDictionary |
||
response | this | |
authenticationTypes | string | |
extra | string>.IDictionary | |
리턴 | void |