X509CertificateTrustedIssuerElement.X509FindType Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta il tipo di ricerca di certificati X.509 da eseguire.
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, Options=System.Configuration.ConfigurationPropertyOptions.IsKey)]
public System.Security.Cryptography.X509Certificates.X509FindType X509FindType { get; set; }
[<System.Configuration.ConfigurationProperty("x509FindType", DefaultValue=System.Security.Cryptography.X509Certificates.X509FindType.FindBySubjectDistinguishedName, Options=System.Configuration.ConfigurationPropertyOptions.IsKey)>]
member this.X509FindType : System.Security.Cryptography.X509Certificates.X509FindType with get, set
Public Property X509FindType As X509FindType
Valore della proprietà
Elemento X509FindType che specifica il tipo di ricerca di certificati X.509 da eseguire.
- Attributi
Commenti
Il tipo contenuto in FindValue deve soddisfare i requisiti di questa proprietà.
Si applica a
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.