When implemented in a derived class, this method will authorize the
subject specified in the context to perform the specified action on
the specified resource.
Пространство имен: Microsoft.IdentityModel.Claims
Сборка: Microsoft.IdentityModel (в
microsoft.identitymodel.dll)
Использование
Синтаксис
Visual Basic |
Public Overridable Function CheckAccess ( _
context As AuthorizationContext _
) As Boolean
|
Параметры
- context
-
Encapsulates the subject, resource, and action.
Возвращаемое значение
true if authorized, false otherwise.
Исключения
Безопасность потоков
Любые открытые статические члены
(Shared в Visual Basic) этого типа являются
поточно-ориентированными.Любые члены экземпляров не являются
гарантированно поточно-ориентированными.
Платформы
Платформа разработки
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
См. также