Returns all certificates corresponding to the specified e-mail address and options.
Namespace:
Rebex.Security.Certificates
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Function FindCertificatesForMailAddress ( _ address As String, _ options As CertificateFindOptions _ ) As Certificate() |
C# |
---|
public Certificate[] FindCertificatesForMailAddress( string address, CertificateFindOptions options ) |
Parameters
- address
- Type: System..::..String
E-mail address.
- options
- Type: Rebex.Security.Certificates..::..CertificateFindOptions
Options.