X509DefaultServiceCertificateElement.X509FindType Egenskap

Definition

Hämtar eller anger vilken typ av X.509-sökning som ska köras.

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=System.Security.Cryptography.X509Certificates.X509FindType.FindBySubjectDistinguishedName)>]
member this.X509FindType : System.Security.Cryptography.X509Certificates.X509FindType with get, set
Public Property X509FindType As X509FindType

Egenskapsvärde

En X509FindType som anger vilken typ av X.509-sökning som ska köras.

Attribut

Kommentarer

Den typ som ingår i FindValue måste uppfylla kraven för den här egenskapen.

Gäller för