Options for FindCertificates(array<DistinguishedName>[]()[][], CertificateFindOptions) methods.
Namespace:
Rebex.Security.Certificates
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration CertificateFindOptions |
| C# |
|---|
[FlagsAttribute] public enum CertificateFindOptions |
Members
| Member name | Description | |
|---|---|---|
| None |
No filter.
| |
| HasPrivateKey |
Only find certificates that have a private key.
| |
| IsTimeValid |
Only find certificates that are time valid.
| |
| ClientAuthentication |
Only find certificates that can be used for client authentication.
| |
| ServerAuthentication |
Only find certificates that can be used for server authentication.
| |
| IncludeSubordinateAuthorities |
When searching by certificate issuer, include known subordinate CAs in the search as well.
|