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 nameDescription
Supported by the .NET Compact FrameworkNone
No filter.
Supported by the .NET Compact FrameworkHasPrivateKey
Only find certificates that have a private key.
Supported by the .NET Compact FrameworkIsTimeValid
Only find certificates that are time valid.
Supported by the .NET Compact FrameworkClientAuthentication
Only find certificates that can be used for client authentication.
Supported by the .NET Compact FrameworkServerAuthentication
Only find certificates that can be used for server authentication.
Supported by the .NET Compact FrameworkIncludeSubordinateAuthorities
When searching by certificate issuer, include known subordinate CAs in the search as well.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also