CertificateFindOptions Enum
Namespace: Rebex.Security.Certificates
Assembly: Rebex.Common.dll (version 7.0.9313)
Options for FindCertificates(DistinguishedName[], CertificateFindOptions) methods.
Syntax
[Flags]
public enum CertificateFindOptions : long
Fields
| Name | Description |
|---|---|
| ClientAuthentication | Only find certificates that can be used for client authentication. |
| HasPrivateKey | Only find certificates that have a private key. |
| IncludeSubordinateAuthorities | When searching by certificate issuer, include known subordinate CAs in the search as well. |
| IsTimeValid | Only find certificates that are time valid. |
| None | No filter. |
| ServerAuthentication | Only find certificates that can be used for server authentication. |