AttributeRequestMessage Classe

Definição

Representa uma mensagem de Solicitação de Atributo do Web Services Federation.Represents a WS-Federation Attribute Request message. Essa mensagem é criada quando o parâmetro wa na mensagem recebida é "wattr1.0".This message is created when the wa parameter in the received message is "wattr1.0".

public ref class AttributeRequestMessage : System::IdentityModel::Services::WSFederationMessage
public class AttributeRequestMessage : System.IdentityModel.Services.WSFederationMessage
type AttributeRequestMessage = class
    inherit WSFederationMessage
Public Class AttributeRequestMessage
Inherits WSFederationMessage
Herança
AttributeRequestMessage

Comentários

Para obter mais informações sobre a mensagem que essa classe representa, consulte a especificação de WS-Federation.For more information about the message that this class represents, see the WS-Federation specification.

Construtores

AttributeRequestMessage(Uri)

Inicializa uma nova instância da classe AttributeRequestMessage com a URL base especificada.Initializes a new instance of the AttributeRequestMessage class with the specified base URL.

Propriedades

Action

Obtém ou define o parâmetro wa da mensagem.Gets or sets the wa parameter of the message.

(Herdado de WSFederationMessage)
Attribute

Obtém ou define o parâmetro wattr da mensagem.Gets or sets the wattr parameter of the message.

AttributePtr

Obtém ou define o parâmetro wattrptr da mensagem.Gets or sets the wattrptr parameter of the message.

BaseUri

Obtém ou define a URL base à qual esta mensagem se aplica.Gets or sets the base URL to which the message applies.

(Herdado de FederationMessage)
Context

Obtém ou define o parâmetro wctx da mensagem.Gets or sets the wctx parameter of the message.

(Herdado de WSFederationMessage)
Encoding

Obtém ou define o parâmetro wencoding da mensagem.Gets or sets the wencoding parameter of the message.

(Herdado de WSFederationMessage)
Parameters

Obtém os parâmetros de mensagem como um dicionário.Gets the message parameters as a dictionary.

(Herdado de FederationMessage)
Reply

Obtém ou define o parâmetro wreply da mensagem.Gets or sets the wreply parameter of the message.

Result

Obtém ou define o parâmetro wresult da mensagem.Gets or sets the wresult parameter of the message.

ResultPtr

Obtém ou define o parâmetro wresultptr da mensagem.Gets or sets the wresultptr parameter of the message.

Métodos

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object.

(Herdado de Object)
GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
GetParameter(String)

Retorna o valor do parâmetro especificado do dicionário de parâmetros.Returns the specified parameter value from the parameters dictionary.

(Herdado de FederationMessage)
GetType()

Obtém o Type da instância atual.Gets the Type of the current instance.

(Herdado de Object)
MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
RemoveParameter(String)

Remove um parâmetro do dicionário de parâmetros.Removes a parameter from the parameters dictionary.

(Herdado de FederationMessage)
SetParameter(String, String)

Define o valor de um parâmetro do dicionário de parâmetros.Sets the value of a parameter in the parameters dictionary.

(Herdado de FederationMessage)
SetUriParameter(String, String)

Define o valor de um parâmetro do dicionário de parâmetros.Sets the value of a parameter in the parameters dictionary. O valor deve ser um URI absoluto.The value must be an absolute URI.

(Herdado de FederationMessage)
ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object.

(Herdado de Object)
Validate()

Nenhuma validação é executada pela estrutura.No validation is performed by the framework. Os usuários dessa classe devem validar externamente.Users of this class should validate externally.

Write(TextWriter)

Grava a mensagem no formulário de cadeia de caracteres de consulta para o gravador de texto especificado.Writes the message in query string form to the specified text writer.

WriteFormPost()

Serializa a mensagem como uma postagem de formulário e retorna o Formulário resultante junto com seu Javascript como uma cadeia de caracteres.Serializes the message as a form post and returns the resulting Form together with its Javascript as a string.

(Herdado de FederationMessage)
WriteQueryString()

Retorna uma representação de cadeia de caracteres da mensagem no formato da cadeia de caracteres de consulta.Returns a string representation of the message in query-string format.

(Herdado de FederationMessage)

Aplica-se a