Overload List
Name | Description | |
---|---|---|
FindCertificates(CertificateFindOptions) |
Returns all certificates corresponding to the specified options.
| |
FindCertificates(Certificate, CertificateFindOptions) |
Returns all certificates matching the specified certificate and options.
| |
FindCertificates(DistinguishedName, CertificateFindOptions) |
Returns all certificates issued by the specified issuer (or its subordinate issuer) and corresponding to the specified options.
| |
FindCertificates(array<DistinguishedName>[]()[][], CertificateFindOptions) |
Returns all certificates issued by one of specified issuers (or their subordinate issuer) and corresponding to the specified options.
| |
FindCertificates(CertificateFindType, array<Byte>[]()[][], CertificateFindOptions) |
Returns all certificates matching the specified criteria.
| |
FindCertificates(DistinguishedName, array<Byte>[]()[][], CertificateFindOptions) |
Returns all certificates with the specified serial number issued by the specified issuer (or its subordinate issuer)
and corresponding to the specified options.
| |
FindCertificates(array<DistinguishedName>[]()[][], array<Byte>[]()[][], CertificateFindOptions) |
Returns all certificates issued by one of specified issuers (or their subordinate issuer) and corresponding to the specified options.
|