X509PeerCertificateAuthentication Classe
Definição
Especifica as propriedades de autenticação para o certificado par.Specifies authentication properties for the peer certificate.
public ref class X509PeerCertificateAuthentication
public class X509PeerCertificateAuthentication
type X509PeerCertificateAuthentication = class
Public Class X509PeerCertificateAuthentication
- Herança
-
X509PeerCertificateAuthentication
Propriedades
| CertificateValidationMode |
Obtém ou define o modo de validação de certificado.Gets or sets the certificate validation mode. |
| CustomCertificateValidator |
Obtém ou define um validador de certificado do cliente personalizado.Gets or sets a custom client certificate validator. |
| RevocationMode |
Obtém ou define o modo de revogação de certificado.Gets or sets the certificate revocation mode. |
| TrustedStoreLocation |
Obtém ou define o local do repositório confiável em que o certificado do cliente é validado.Gets or sets the trusted store location where the client certificate is validated. |
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) |