X509DefaultServiceCertificateElement.X509FindType Eigenschap

Definitie

Hiermee wordt het type X.509-zoekopdracht opgehaald of ingesteld dat moet worden uitgevoerd.

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

Waarde van eigenschap

Een X509FindType die het type X.509-zoekopdracht aangeeft dat moet worden uitgevoerd.

Kenmerken

Opmerkingen

Het ingesloten FindValue type moet voldoen aan de vereisten van deze eigenschap.

Van toepassing op