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]
Namespace: Microsoft.IdentityModel.Tokens.Saml2
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As Saml2Conditions
Dim value As Saml2ProxyRestriction

value = instance.ProxyRestriction

instance.ProxyRestriction = value

Syntax

Visual Basic
Public Property ProxyRestriction As Saml2ProxyRestriction
C#
public Saml2ProxyRestriction ProxyRestriction { get; set; }
C++
public:
property Saml2ProxyRestriction^ ProxyRestriction {
		Saml2ProxyRestriction^ get ();
		void set (Saml2ProxyRestriction^ value);
}
J#
/** @property */
public Saml2ProxyRestriction get_ProxyRestriction ()

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

public function set ProxyRestriction (value : Saml2ProxyRestriction)

Property Value

Returns a Saml2ProxyRestriction.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also