X509InitiatorCertificateClientElement::FindValue Property
.NET Framework (current version)
Gets or sets a string that specifies the value to search for in the X.509 certificate store.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("findValue", DefaultValue = "")] [StringValidatorAttribute(MinLength = 0)] property String^ FindValue { String^ get(); void set(String^ value); }
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
Available since 3.0
Show: