X509RecipientCertificateServiceElement::X509FindType Property

 

Gets or sets the type of X.509 search to be executed.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("x509FindType", DefaultValue = X509FindType::FindBySubjectDistinguishedName)]
property X509FindType X509FindType {
	X509FindType get();
	void set(X509FindType value);
}

Property Value

Type: System.Security.Cryptography.X509Certificates::X509FindType

A X509FindType that specifies the type of X.509 search to be executed.

The type contained in FindValue must satisfy the requirements of this property.

.NET Framework
Available since 3.0
Return to top
Show: