X509DefaultServiceCertificateElement.X509FindType Eigenschaft

Definition

Ruft den Typ der X.509-Suche ab oder legt den Typ fest, der ausgeführt werden soll.

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

Eigenschaftswert

X509FindType

Ein X509FindType, der den Typ der X.509-Suche angibt, der ausgeführt werden sollte.

Attribute

Hinweise

Der in FindValue enthaltene Typ muss den Anforderungen dieser Eigenschaft entsprechen.

Gilt für