Returns all certificates matching the specified certificate and options.
Namespace:
Rebex.Security.Certificates
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Function FindCertificates ( _ certificate As Certificate, _ options As CertificateFindOptions _ ) As Certificate() |
C# |
---|
public Certificate[] FindCertificates( Certificate certificate, CertificateFindOptions options ) |
Parameters
- certificate
- Type: Rebex.Security.Certificates..::..Certificate
Certificate to find.
- options
- Type: Rebex.Security.Certificates..::..CertificateFindOptions
Options.