Saml2Action.Namespace Propriedade

Definição

Obtém ou define a referência de URI que representa o namespace de XML no qual o nome da ação especificada deve ser interpretado.Gets or sets the URI reference that represents the XML namespace in which the name of the specified action is to be interpreted.

public:
 property Uri ^ Namespace { Uri ^ get(); void set(Uri ^ value); };
public Uri Namespace { get; set; }
member this.Namespace : Uri with get, set
Public Property Namespace As Uri

Valor da propriedade

Uri

O Uri que representa o namespace.The Uri that represents the namespace.

Exceções

Ocorre uma tentativa de definir a propriedade para null.An attempt to set the property to null occurs.

Ocorre uma tentativa de definir um valor que não é um URI absoluto.An attempt to set a value that is not an absolute URI occurs.

Comentários

O atributo Namespace do elemento <saml:Action>.The Namespace attribute of the <saml:Action> element. Esse atributo é necessário.This attribute is required. Para obter mais informações sobre o elemento que essa classe representa, consulte a seguinte especificação: Asserções e Protocolos para OASIS SAML (Security Assertion Markup Language) V2.0.For more information about the element that this class represents, see the following specification: Assertions and Protocols for the OASIS Security Assertion Markup Language (SAML) V2.0.

Aplica-se a