Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkFindCertificates(CertificateFindOptions)
Returns all certificates corresponding to the specified options.
Public methodSupported by the .NET Compact FrameworkFindCertificates(Certificate, CertificateFindOptions)
Returns all certificates matching the specified certificate and options.
Public methodSupported by the .NET Compact FrameworkFindCertificates(DistinguishedName, CertificateFindOptions)
Returns all certificates issued by the specified issuer (or its subordinate issuer) and corresponding to the specified options.
Public methodSupported by the .NET Compact FrameworkFindCertificates(array<DistinguishedName>[]()[][], CertificateFindOptions)
Returns all certificates issued by one of specified issuers (or their subordinate issuer) and corresponding to the specified options.
Public methodSupported by the .NET Compact FrameworkFindCertificates(CertificateFindType, array<Byte>[]()[][], CertificateFindOptions)
Returns all certificates matching the specified criteria.
Public methodSupported by the .NET Compact FrameworkFindCertificates(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.
Public methodSupported by the .NET Compact FrameworkFindCertificates(array<DistinguishedName>[]()[][], array<Byte>[]()[][], CertificateFindOptions)
Returns all certificates issued by one of specified issuers (or their subordinate issuer) and corresponding to the specified options.

See Also