Method | Description | |
---|---|---|
Add ( string authorizationScheme, IAuthorizationHandler handler ) : void | ||
AuthorizationDispatcher ( ) : System.Collections.Generic | ||
AuthorizationDispatcher ( |
||
Clone ( ) : IAuthorizationDispatcher | ||
Get ( string authorizationScheme ) : IAuthorizationHandler | ||
Remove ( string authorizationScheme ) : void |
public Add ( string authorizationScheme, IAuthorizationHandler handler ) : void | ||
authorizationScheme | string | |
handler | IAuthorizationHandler | |
return | void |
public AuthorizationDispatcher ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public AuthorizationDispatcher ( |
||
src | ||
return | System.Collections.Generic |
public Get ( string authorizationScheme ) : IAuthorizationHandler | ||
authorizationScheme | string | |
return | IAuthorizationHandler |
public Remove ( string authorizationScheme ) : void | ||
authorizationScheme | string | |
return | void |