ChannelProtectionRequirements Classe

Definição

Descreve os requisitos de criptografia e assinatura que se aplicam a diferentes partes de mensagens que são transmitidas neste canal.Describes encryption and signature requirements that apply to different parts of messages that are transmitted on this channel.

public ref class ChannelProtectionRequirements
public class ChannelProtectionRequirements
type ChannelProtectionRequirements = class
Public Class ChannelProtectionRequirements
Herança
ChannelProtectionRequirements

Comentários

Ao estender a BindingElement classe, você deve implementar o GetProperty<T>(BindingContext) para que ele retorne uma instância dessa classe correspondente ao elemento de associação.When extending the BindingElement class, you must implement the GetProperty<T>(BindingContext) so that it returns an instance of this class corresponding to the binding element.

Construtores

ChannelProtectionRequirements()

Inicializa uma nova instância da classe ChannelProtectionRequirements.Initializes a new instance of the ChannelProtectionRequirements class.

ChannelProtectionRequirements(ChannelProtectionRequirements)

Inicializa uma nova instância da classe ChannelProtectionRequirements de outra instância dessa classe.Initializes a new instance of the ChannelProtectionRequirements class from another instance of this class.

Propriedades

IncomingEncryptionParts

Obtém uma coleção de partes de mensagem criptografadas para mensagens do cliente para o servidor.Gets a collection of message parts that are encrypted for messages from client to server.

IncomingSignatureParts

Obtém uma coleção de partes de mensagem assinadas para mensagens do cliente para o servidor.Gets a collection of message parts that are signed for messages from client to server.

IsReadOnly

Obtém um valor que indica se essa instância da classe é somente leitura.Gets a value that indicates whether this instance of the class is read-only.

OutgoingEncryptionParts

Obtém uma coleção de partes de mensagem criptografadas para mensagens do servidor para o cliente.Gets a collection of message parts that are encrypted for messages from server to client.

OutgoingSignatureParts

Obtém uma coleção de partes de mensagem assinadas para mensagens do servidor para o cliente.Gets a collection of message parts that are signed for messages from server to client.

Métodos

Add(ChannelProtectionRequirements)

Adiciona as coleções de partes no ChannelProtectionRequirements especificado à instância atual dessa classe.Adds the parts collections in the specified ChannelProtectionRequirements to the current instance of this class.

Add(ChannelProtectionRequirements, Boolean)

Adiciona várias coleções de partes no ChannelProtectionRequirements especificado à instância atual dessa classe.Adds the various parts collections in the specified ChannelProtectionRequirements to the current instance of this class.

CreateInverse()

Cria uma nova instância dessa classe com as partes de entrada e de saída invertidas.Creates a new instance of this class with incoming and outgoing parts reversed.

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)
MakeReadOnly()

Define essa classe e suas coleções de parte para somente leitura.Sets this class and its part collections to read-only.

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)

Aplica-se a