共用方式為


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 元素。

適用於