Partager via


Constructeur SignInResponseMessage (Uri, String)

Initializes an instance of SignInResponseMessage.

Espace de noms: Microsoft.IdentityModel.Protocols.WSFederation
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)

Utilisation

    Dim baseUrl As Uri
Dim result As String

Dim instance As New SignInResponseMessage(baseUrl, result)

Syntaxe

'Déclaration
Public Sub New ( _
    baseUrl As Uri, _
    result As String _
)
public SignInResponseMessage (
    Uri baseUrl,
    string result
)
public:
SignInResponseMessage (
    Uri^ baseUrl, 
    String^ result
)
public SignInResponseMessage (
    Uri baseUrl, 
    String result
)
public function SignInResponseMessage (
    baseUrl : Uri, 
    result : String
)

Paramètres

  • baseUrl
    Base URL to which the SignInResponse message is intended.
  • result
    The wresult parameter in the message.

Exceptions

Type d'exception Condition
ArgumentException

The result parameter is null or empty.

Plateformes

Plateformes de développement

Windows Server 2003, Windows Vista

Target Platforms

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

Voir aussi

Référence

Classe SignInResponseMessage
Membres SignInResponseMessage
Espace de noms Microsoft.IdentityModel.Protocols.WSFederation