Saml2Conditions.ProxyRestriction 属性

定义

获取或设置断言方对依赖方的限制,后者希望不断充当断言方并基于原始断言中包含的信息颁发其自己的断言。 [Saml2Core, 2.5.1]

public:
 property System::IdentityModel::Tokens::Saml2ProxyRestriction ^ ProxyRestriction { System::IdentityModel::Tokens::Saml2ProxyRestriction ^ get(); void set(System::IdentityModel::Tokens::Saml2ProxyRestriction ^ value); };
public System.IdentityModel.Tokens.Saml2ProxyRestriction ProxyRestriction { get; set; }
member this.ProxyRestriction : System.IdentityModel.Tokens.Saml2ProxyRestriction with get, set
Public Property ProxyRestriction As Saml2ProxyRestriction

属性值

包含放置在后续断言方的限制的 Saml2ProxyRestriction

注解

ProxyRestriction 元素。

适用于