Метод | Описание | |
---|---|---|
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 | |
Результат | void |
public AuthorizationDispatcher ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
public AuthorizationDispatcher ( |
||
src | ||
Результат | System.Collections.Generic |
public Clone ( ) : IAuthorizationDispatcher | ||
Результат | IAuthorizationDispatcher |
public Get ( string authorizationScheme ) : IAuthorizationHandler | ||
authorizationScheme | string | |
Результат | IAuthorizationHandler |
public Remove ( string authorizationScheme ) : void | ||
authorizationScheme | string | |
Результат | void |