Метод ClaimCollection.GetEnumerator
Gets an enumerator for the ClaimCollection.
Пространство имен: Microsoft.IdentityModel.Claims
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)
Использование
Dim instance As ClaimCollection Dim returnValue As IEnumerator(Of Claim) returnValue = instance.GetEnumerator
Синтаксис
'Декларация
Public Function GetEnumerator As IEnumerator(Of Claim)
public IEnumerator<Claim> GetEnumerator ()
public:
virtual IEnumerator<Claim^>^ GetEnumerator () sealed
public final IEnumerator<Claim> GetEnumerator ()
public final function GetEnumerator () : IEnumerator<Claim>
Возвращаемое значение
A strongly typed enumerator.
Безопасность потоков
Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.
Платформы
Платформа разработки
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
См. также
Справочник
Класс ClaimCollection
ClaimCollection Члены
Пространство имен Microsoft.IdentityModel.Claims