Share via


X509ClientCertificateAuthenticationElement.CustomCertificateValidatorType Vlastnost

Definice

Získá nebo nastaví typ vlastního klientského certifikátu validátoru použitého.

public:
 property System::String ^ CustomCertificateValidatorType { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("customCertificateValidatorType", DefaultValue="")]
[System.Configuration.StringValidator(MinLength=0)]
public string CustomCertificateValidatorType { get; set; }
[<System.Configuration.ConfigurationProperty("customCertificateValidatorType", DefaultValue="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.CustomCertificateValidatorType : string with get, set
Public Property CustomCertificateValidatorType As String

Hodnota vlastnosti

Typ, který X509CertificateValidator se má použít.

Atributy

Poznámky

CertificateValidationMode Pokud je vlastnost nastavena na Custom, musíte vlastnost nastavit CustomCertificateValidator na vlastní validátor, který dědí z X509CertificateValidator třídy .

Další informace najdete v tématu Postupy: Vytvoření služby, která využívá vlastní validátor certifikátů.

Platí pro

Viz také