Saml2Conditions.ProxyRestriction Propriedade

Definição

Obtém ou define as limitações que a parte declaradora impõe em terceiras partes confiáveis que desejam atuar subsequentemente como partes declaradoras e emitir declarações por conta própria com base nas informações contidas na declaração original.Gets or sets the 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][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

Valor da propriedade

Saml2ProxyRestriction

Um Saml2ProxyRestriction que contém as restrições colocadas nas partes declarativas subsequentes.A Saml2ProxyRestriction that contains the restrictions placed on subsequent asserting parties.

Comentários

O elemento ProxyRestriction.The ProxyRestriction element.

Aplica-se a