Determines whether the ClaimCollection contains elements that match
the conditions defined by the specified predicate.
Пространство имен: Microsoft.IdentityModel.Claims
Сборка: Microsoft.IdentityModel (в
microsoft.identitymodel.dll)
Использование
Visual Basic |
Dim instance As ClaimCollection
Dim match As Predicate(Of Claim)
Dim returnValue As Boolean
returnValue = instance.Exists(match)
|
Синтаксис
Visual Basic |
Public Function Exists ( _
match As Predicate(Of Claim) _
) As Boolean
|
C# |
public bool Exists (
Predicate<Claim> match
)
|
C++ |
public:
bool Exists (
Predicate<Claim^>^ match
)
|
J# |
public boolean Exists (
Predicate<Claim> match
)
|
JScript |
public function Exists (
match : Predicate<Claim>
) : boolean
|
Параметры
- match
-
The predicate delegate that defines the conditions of the
elements to search for.
Возвращаемое значение
Returns true if the ClaimCollection contains one or more elements
that match the conditions defined by the specified predicate;
otherwise, false.
Безопасность потоков
Любые открытые статические члены
(Shared в Visual Basic) этого типа являются
поточно-ориентированными.Любые члены экземпляров не являются
гарантированно поточно-ориентированными.
Платформы
Платформа разработки
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
См. также