MimeKit.Cryptography.X509CertificateDatabase.IX509Store C# (CSharp) Method

IX509Store() private method

Gets a collection of matching certificates matching the specified selector.
Gets a collection of matching certificates matching the specified selector.
private IX509Store ( IX509Selector selector ) : ICollection
selector IX509Selector The match criteria.
return ICollection
		ICollection IX509Store.GetMatches (IX509Selector selector)
		{
			return new List<X509Certificate> (FindCertificates (selector));
		}