X509ScopedServiceCertificateElement::FindValue Property

 

Gets or sets a string that specifies the value to search for in the X.509 certificate store.

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

public:
[ConfigurationPropertyAttribute("findValue", DefaultValue = "")]
[StringValidatorAttribute(MinLength = 0)]
property String^ FindValue {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The value to search for in the X.509 certificate store.

The type contained in this property must satisfy the requirements of the specified X509FindType value. The default is an empty string.

.NET Framework
Available since 3.0
Return to top
Show: