X509RecipientCertificateServiceElement::X509FindType Property
.NET Framework (current version)
Gets or sets the type of X.509 search to be executed.
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::X509FindTypeA X509FindType that specifies the type of X.509 search to be executed.
.NET Framework
Available since 3.0
Available since 3.0
Show: