X509InitiatorCertificateClientElement.X509FindType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the type of X.509 search to be executed.
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
Property Value
A X509FindType that specifies the type of X.509 search to be executed.
- Attributes
Remarks
The type contained in FindValue must satisfy the requirements of this property.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.