X509ClientCertificateCredentialsElement.X509FindType Propriété

Définition

Obtient ou définit le type de recherche X.509 à exécuter.

public:
 property System::Security::Cryptography::X509Certificates::X509FindType X509FindType { System::Security::Cryptography::X509Certificates::X509FindType get(); void set(System::Security::Cryptography::X509Certificates::X509FindType value); };
[System.Configuration.ConfigurationProperty("x509FindType", DefaultValue=System.Security.Cryptography.X509Certificates.X509FindType.FindBySubjectDistinguishedName)]
public System.Security.Cryptography.X509Certificates.X509FindType X509FindType { get; set; }
[System.Configuration.ConfigurationProperty("x509FindType", DefaultValue="FindBySubjectDistinguishedName", Options=System.Configuration.ConfigurationPropertyOptions.None)]
public System.Security.Cryptography.X509Certificates.X509FindType X509FindType { get; set; }
[<System.Configuration.ConfigurationProperty("x509FindType", DefaultValue=System.Security.Cryptography.X509Certificates.X509FindType.FindBySubjectDistinguishedName)>]
member this.X509FindType : System.Security.Cryptography.X509Certificates.X509FindType with get, set
[<System.Configuration.ConfigurationProperty("x509FindType", DefaultValue="FindBySubjectDistinguishedName", Options=System.Configuration.ConfigurationPropertyOptions.None)>]
member this.X509FindType : System.Security.Cryptography.X509Certificates.X509FindType with get, set
Public Property X509FindType As X509FindType

Valeur de propriété

X509FindType

X509FindType qui spécifie le type de recherche X.509 à exécuter.

Attributs

Remarques

Le type contenu dans FindValue doit répondre aux exigences de cette propriété.

S’applique à