public class SamlAuthorizationHandler : AuthorizationHandler<SamlAuthorizationRequirement>Public Class SamlAuthorizationHandler
Inherits AuthorizationHandler(Of SamlAuthorizationRequirement)public ref class SamlAuthorizationHandler : public AuthorizationHandler<SamlAuthorizationRequirement^>type SamlAuthorizationHandler =
class
inherit AuthorizationHandler<SamlAuthorizationRequirement>
end| SamlAuthorizationHandler | Обработчик авторизации, который необходимо вызывать для типа требований SamlAuthorizationRequirement. |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| HandleAsync |
Makes a decision if authorization is allowed.
(Унаследован от AuthorizationHandlerSamlAuthorizationRequirement) |
| HandleRequirementAsync |
Принимает решение о разрешении авторизации на основе требования SamlAuthorizationRequirement.
(Переопределяет AuthorizationHandlerTRequirementHandleRequirementAsync(AuthorizationHandlerContext, TRequirement)) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| ToString | Returns a string that represents the current object. (Переопределяет ObjectToString) |