Returns all certificates matching the specified criteria.
Namespace:
Rebex.Security.Certificates
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Function FindCertificates ( _ findType As CertificateFindType, _ data As Byte(), _ options As CertificateFindOptions _ ) As Certificate() |
C# |
---|
public Certificate[] FindCertificates( CertificateFindType findType, byte[] data, CertificateFindOptions options ) |
Parameters
- findType
- Type: Rebex.Security.Certificates..::..CertificateFindType
Specifies the type of search being made.
- data
- Type: array<System..::..Byte>[]()[][]
A byte array whose meaning is defined by 'findType'.
- options
- Type: Rebex.Security.Certificates..::..CertificateFindOptions
Options.