X509ScopedServiceCertificateElement.X509FindType Propiedad

Definición

Obtiene o establece el tipo de búsqueda X.509 que se va a ejecutar.

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

Valor de propiedad

X509FindType que especifica el tipo de búsqueda X.509 que se va a ejecutar.

Atributos

Comentarios

El tipo contenido en FindValue debe satisfacer los requisitos de esta propiedad.

Se aplica a