Namespace: Microsoft.IdentityModel.Tokens
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim identityCollection As ClaimsIdentityCollection

Dim instance As New AuthorizationPolicy(identityCollection)

Syntax

Visual Basic
Public Sub New ( _
		identityCollection As ClaimsIdentityCollection _
)
C#
public AuthorizationPolicy (
		ClaimsIdentityCollection identityCollection
)
C++
public:
AuthorizationPolicy (
		ClaimsIdentityCollection^ identityCollection
)
J#
public AuthorizationPolicy (
		ClaimsIdentityCollection identityCollection
)
JScript
public function AuthorizationPolicy (
		identityCollection : ClaimsIdentityCollection
)

Parameters

identityCollection

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also