Returns all certificates issued by the specified issuer (or its subordinate issuer) and corresponding to the specified options.
Namespace:
Rebex.Security.Certificates
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
| Visual Basic |
|---|
Public Function FindCertificates ( _ issuer As DistinguishedName, _ options As CertificateFindOptions _ ) As Certificate() |
| C# |
|---|
public Certificate[] FindCertificates( DistinguishedName issuer, CertificateFindOptions options ) |
Parameters
- issuer
- Type: Rebex.Security.Certificates..::..DistinguishedName
Issuer DN.
- options
- Type: Rebex.Security.Certificates..::..CertificateFindOptions
Options.