Конструктор ClaimCollection
Initializes an instance of a ClaimCollection with the associated subject.
Пространство имен: Microsoft.IdentityModel.Claims
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)
Использование
Dim subject As IClaimsIdentity Dim instance As New ClaimCollection(subject)
Синтаксис
'Декларация
Public Sub New ( _
subject As IClaimsIdentity _
)
public ClaimCollection (
IClaimsIdentity subject
)
public:
ClaimCollection (
IClaimsIdentity^ subject
)
public ClaimCollection (
IClaimsIdentity subject
)
public function ClaimCollection (
subject : IClaimsIdentity
)
Параметры
- subject
Subject with which this collection of claims is associated.
Платформы
Платформа разработки
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
См. также
Справочник
Класс ClaimCollection
ClaimCollection Члены
Пространство имен Microsoft.IdentityModel.Claims