ISsoProvider.PutIdentityOnRequest Method

Puts the appropriate identity using the policy of the specified application on the outbound HTTP request.

Namespace:  Microsoft.SharePoint.Portal.SingleSignon
Assembly:  Microsoft.SharePoint.Portal.SingleSignon (in Microsoft.SharePoint.Portal.SingleSignon.dll)

Syntax

'Declaration
Sub PutIdentityOnRequest ( _
    ByRef request As HttpWebClientProtocol, _
    AppID As String _
)
'Usage
Dim instance As ISsoProvider
Dim request As HttpWebClientProtocol
Dim AppID As String

instance.PutIdentityOnRequest(request, _
    AppID)
void PutIdentityOnRequest(
    ref HttpWebClientProtocol request,
    string AppID
)

Parameters

Examples

For an example, see Walkthrough: Implementing a Pluggable SSO Provider.

See Also

Reference

ISsoProvider Interface

ISsoProvider Members

Microsoft.SharePoint.Portal.SingleSignon Namespace