Partager via


Propriété Saml2Conditions.ProxyRestriction

Specifies limitations that the asserting party imposes on relying parties that wish to subsequently act as asserting parties themselves and issue assertions of their own on the basis of the information contained in the original assertion. [Saml2Core, 2.5.1]

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

Utilisation

    Dim instance As Saml2Conditions
Dim value As Saml2ProxyRestriction

value = instance.ProxyRestriction

instance.ProxyRestriction = value

Syntaxe

'Déclaration
Public Property ProxyRestriction As Saml2ProxyRestriction
public Saml2ProxyRestriction ProxyRestriction { get; set; }
public:
property Saml2ProxyRestriction^ ProxyRestriction {
    Saml2ProxyRestriction^ get ();
    void set (Saml2ProxyRestriction^ value);
}
/** @property */
public Saml2ProxyRestriction get_ProxyRestriction ()

/** @property */
public void set_ProxyRestriction (Saml2ProxyRestriction value)
public function get ProxyRestriction () : Saml2ProxyRestriction

public function set ProxyRestriction (value : Saml2ProxyRestriction)

Valeur de la propriété

Returns a Saml2ProxyRestriction.

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