C# Class Thinktecture.IdentityModel.X509Certificates.X509CertificatesFinder

Exibir arquivo Open project: IdentityModel/Thinktecture.IdentityModel.v1

Public Methods

Method Description
Find ( object findValue, bool validOnly = true ) : IEnumerable
X509CertificatesFinder ( StoreLocation location, StoreName name, X509FindType findType ) : System

Method Details

Find() public method

public Find ( object findValue, bool validOnly = true ) : IEnumerable
findValue object
validOnly bool
return IEnumerable

X509CertificatesFinder() public method

public X509CertificatesFinder ( StoreLocation location, StoreName name, X509FindType findType ) : System
location StoreLocation
name StoreName
findType X509FindType
return System