Namespace: Microsoft.IdentityModel.Tokens
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
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
)
|
Parameters
- claim
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also