Partager via


Propriété Saml2Assertion.Conditions

Conditions that must be evaluated when assessing the validity of and/or when using the assertion. [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 Saml2Conditions

value = instance.Conditions

instance.Conditions = value

Syntaxe

'Déclaration
Public Property Conditions As Saml2Conditions
public Saml2Conditions Conditions { get; set; }
public:
property Saml2Conditions^ Conditions {
    Saml2Conditions^ get ();
    void set (Saml2Conditions^ value);
}
/** @property */
public Saml2Conditions get_Conditions ()

/** @property */
public void set_Conditions (Saml2Conditions value)
public function get Conditions () : Saml2Conditions

public function set Conditions (value : Saml2Conditions)

Valeur de la propriété

Returns a Saml2Conditions.

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