Saml2Conditions.ProxyRestriction 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置断言方对依赖方的限制,后者希望不断充当断言方并基于原始断言中包含的信息颁发其自己的断言。 [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 元素。