BinaryExchange Classe
Definição
Representa o conteúdo de um elemento BinaryExchange WS-Trust.Represents the contents of a WS-Trust BinaryExchange element.
public ref class BinaryExchange
public class BinaryExchange
type BinaryExchange = class
Public Class BinaryExchange
- Herança
-
BinaryExchange
Comentários
Para obter mais informações sobre o elemento que essa classe representa, consulte a versão da especificação de WS-Trust que se aplica ao seu cenário.For more information about the element that this class represents, see the version of the WS-Trust specification that applies to your scenario.
Construtores
| BinaryExchange(Byte[], Uri) |
Cria uma nova instância da classe BinaryExchange com o URI ValueType e os dados especificados.Creates a new instance of the BinaryExchange class with the specified data and ValueType URI. |
| BinaryExchange(Byte[], Uri, Uri) |
Cria uma nova instância do BinaryExchange com os dados, o URI ValueType e o URI EncodingType especificados.Creates a new instance of the BinaryExchange with the specified data, ValueType URI, and EncodingType URI. |
Propriedades
| BinaryData |
Obtém os dados binários associados ao elemento BinaryExchange.Gets the binary data associated with the BinaryExchange element. |
| EncodingType |
Obtém o URI EncodingType.Gets the EncodingType URI. |
| ValueType |
Obtém o URI ValueType.Gets the ValueType URI. |
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) |
| 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) |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |