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]

命名空间: Microsoft.IdentityModel.Tokens.Saml2
程序集: Microsoft.IdentityModel(microsoft.identitymodel.dll 中)

用法

    Dim instance As Saml2Conditions
Dim value As Saml2ProxyRestriction

value = instance.ProxyRestriction

instance.ProxyRestriction = value

语法

声明
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)

属性值

Returns a Saml2ProxyRestriction.

线程安全

此类型的任何公共静态(在 Visual Basic 中为 Shared)成员都是线程安全的。但不能保证任何实例成员是线程安全的。

平台

开发平台

Windows Server 2003, Windows Vista

Target Platforms

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

请参见

参考

Saml2Conditions 类
Saml2Conditions 成员
Microsoft.IdentityModel.Tokens.Saml2 命名空间