SpsSsoProvider.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
Public Sub PutIdentityOnRequest ( _
ByRef request As HttpWebClientProtocol, _
AppID As String _
)
'Usage
Dim instance As SpsSsoProvider
Dim request As HttpWebClientProtocol
Dim AppID As String
instance.PutIdentityOnRequest(request, _
AppID)
public 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.
Implements
ISsoProvider.PutIdentityOnRequest(HttpWebClientProtocol, String)