SessionSecurityTokenCookieSerializer.OutboundClaimsFilter Delegate

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

Verwendung

    Dim instance As New OutboundClaimsFilter(AddressOf HandlerMethod)

Syntax

'Declaration
Protected Delegate Function OutboundClaimsFilter ( _
    claim As Claim _
) As Boolean
protected delegate bool OutboundClaimsFilter (
    Claim claim
)
private delegate bool OutboundClaimsFilter (
    Claim^ claim
)
/** @delegate */
protected delegate boolean OutboundClaimsFilter (
    Claim claim
)

Parameter

  • claim
     

Plattformen

Entwicklungsplattformen

Windows Server 2003, Windows Vista

Target Platforms

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

Siehe auch

Referenz

Microsoft.IdentityModel.Tokens Namespace