PeerSecuritySettings Classe
Definição
Contém as definições de segurança associadas a um canal de pares, incluindo o tipo de autenticação utilizada e a segurança usada para o transporte de mensagens.Contains the security settings associated with a peer channel, including the type of authentication used and the security used for the message transport.
public ref class PeerSecuritySettings sealed
public sealed class PeerSecuritySettings
type PeerSecuritySettings = class
Public NotInheritable Class PeerSecuritySettings
- Herança
-
PeerSecuritySettings
Construtores
| PeerSecuritySettings() |
Inicializa uma nova instância padrão da classe PeerSecuritySettings.Initializes a new default instance of the PeerSecuritySettings class. |
Propriedades
| Mode |
Obtém ou define o valor que indica o modo de segurança de canal par.Gets or sets the value that indicates the security mode of the peer channel. |
| Transport |
Obtém o valor que indica as configurações de segurança para o transporte usado para mensagens transmitidas pelo canal par.Gets the value that indicates the security settings for the transport used for messages transmitted over the peer channel. |
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) |
| ShouldSerializeMode() |
Obtém um valor que indica se as informações do modo de segurança devem ser serializadas.Gets a value that indicates whether the security mode information should be serialized. |
| ShouldSerializeTransport() |
Obtém um valor que indica se as informações de transporte devem ser serializadas.Gets a value that indicates whether the transport information should be serialized. |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |