Partager via


Propriété Saml2SubjectConfirmationData.Recipient

A URI specifying the entity or location to which an attesting entity can present the assertion. [Saml2Core, 2.4.1.2]

Espace de noms: Microsoft.IdentityModel.Tokens.Saml2
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)

Utilisation

    Dim instance As Saml2SubjectConfirmationData
Dim value As Uri

value = instance.Recipient

instance.Recipient = value

Syntaxe

'Déclaration
Public Property Recipient As Uri
public Uri Recipient { get; set; }
public:
property Uri^ Recipient {
    Uri^ get ();
    void set (Uri^ value);
}
/** @property */
public Uri get_Recipient ()

/** @property */
public void set_Recipient (Uri value)
public function get Recipient () : Uri

public function set Recipient (value : Uri)

Valeur de la propriété

Returns a Uri.

Cohérence de thread

Tous les membres statiques publics (partagés dans Visual Basic) de ce type sont thread-safe.Il n'est pas garanti que les membres d'instance soient thread-safe.

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 Saml2SubjectConfirmationData
Membres Saml2SubjectConfirmationData
Espace de noms Microsoft.IdentityModel.Tokens.Saml2