Share via


Délégué SessionSecurityTokenCookieSerializer.OutboundClaimsFilter

Espace de noms: Microsoft.IdentityModel.Tokens
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)

Utilisation

    Dim instance As New OutboundClaimsFilter(AddressOf HandlerMethod)

Syntaxe

'Déclaration
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
)

Paramètres

  • claim
     

Plateformes

Plateformes de développement

Windows Server 2003, Windows Vista

Target Platforms

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

Voir aussi

Référence

Espace de noms Microsoft.IdentityModel.Tokens