X509ServiceCertificateAuthenticationElement.RevocationMode Propriedade
Definição
Obtém ou define o modo de revogação de certificado.Gets or sets the certificate revocation mode.
public:
property System::Security::Cryptography::X509Certificates::X509RevocationMode RevocationMode { System::Security::Cryptography::X509Certificates::X509RevocationMode get(); void set(System::Security::Cryptography::X509Certificates::X509RevocationMode value); };
[System.Configuration.ConfigurationProperty("revocationMode", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
public System.Security.Cryptography.X509Certificates.X509RevocationMode RevocationMode { get; set; }
[<System.Configuration.ConfigurationProperty("revocationMode", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.RevocationMode : System.Security.Cryptography.X509Certificates.X509RevocationMode with get, set
Public Property RevocationMode As X509RevocationMode
Valor da propriedade
O modo de revogação de certificado.The certificate revocation mode.
- Atributos
Comentários
O sistema verifica se o certificado de serviço não foi revogado examinando-o na lista de certificados revogados.The system verifies that the service certificate has not been revoked by looking it up in the revoked certificate list. Essa verificação pode ser executada marcando-se online ou em uma lista de revogação armazenada em cache.This check can be performed either by checking online or against a cached revocation list. A verificação de revogação pode ser desativada definindo essa propriedade como NoCheck .Revocation checking can be turned off by setting this property to NoCheck.