Partager via


Propriété Saml2Assertion.Advice

Additional information related to the assertion that assists processing in certain situations but which may be ignored by applications that do not understand the advice or do not wish to make use of it. [Saml2Core, 2.3.3]

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

Utilisation

    Dim instance As Saml2Assertion
Dim value As Saml2Advice

value = instance.Advice

instance.Advice = value

Syntaxe

'Déclaration
Public Property Advice As Saml2Advice
public Saml2Advice Advice { get; set; }
public:
property Saml2Advice^ Advice {
    Saml2Advice^ get ();
    void set (Saml2Advice^ value);
}
/** @property */
public Saml2Advice get_Advice ()

/** @property */
public void set_Advice (Saml2Advice value)
public function get Advice () : Saml2Advice

public function set Advice (value : Saml2Advice)

Valeur de la propriété

Returns a Saml2Advice.

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