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
- request
Type: System.Web.Services.Protocols.HttpWebClientProtocol
The outbound HTTP request.
- AppID
Type: System.String
An application ID.
Examples
For an example, see Walkthrough: Implementing a Pluggable SSO Provider.