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

Usage

Visual Basic
Dim instance As New OutboundClaimsFilter(AddressOf HandlerMethod)

Syntax

Visual Basic
Protected Delegate Function OutboundClaimsFilter ( _
		claim As Claim _
) As Boolean
C#
protected delegate bool OutboundClaimsFilter (
		Claim claim
)
C++
private delegate bool OutboundClaimsFilter (
		Claim^ claim
)
J#
/** @delegate */
protected delegate boolean OutboundClaimsFilter (
		Claim claim
)
JScript

Parameters

claim

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also