Partager via


ISsoProvider.PutIdentityOnRequest, méthode (Microsoft.SharePoint.Portal.SingleSignon)

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

Espace de noms : Microsoft.SharePoint.Portal.SingleSignon
Assembly : Microsoft.SharePoint.Portal.SingleSignon (dans microsoft.sharepoint.portal.singlesignon.dll)

Syntaxe

'Déclaration
Sub PutIdentityOnRequest ( _
    ByRef request As HttpWebClientProtocol, _
    AppID As String _
)
'Utilisation
Dim instance As ISsoProvider
Dim request As HttpWebClientProtocol
Dim AppID As String

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

Paramètres

  • request
    The outbound HTTP request.
  • AppID
    An application ID.

Exemple

For an example, see Procédure pas à pas : implémentation d'un fournisseur d'authentification unique enfichable.

Voir aussi

Référence

ISsoProvider, interface
Membres ISsoProvider
Microsoft.SharePoint.Portal.SingleSignon, espace de noms