다음을 통해 공유


SessionSecurityTokenCookieSerializer.OutboundClaimsFilter 대리자

네임스페이스: Microsoft.IdentityModel.Tokens
어셈블리: Microsoft.IdentityModel(microsoft.identitymodel.dll에 있음)

사용법

    Dim instance As New OutboundClaimsFilter(AddressOf HandlerMethod)

구문

‘선언
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
)

매개 변수

  • claim
     

플랫폼

개발 플랫폼

Windows Server 2003, Windows Vista

Target Platforms

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

참고 항목

참조

Microsoft.IdentityModel.Tokens 네임스페이스