1 implementation of IFindPal
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\FindPal.Windows.cs (1)
12internal sealed partial class FindPal : IFindPal
4 references to IFindPal
System.Security.Cryptography (4)
System\Security\Cryptography\X509Certificates\FindPal.cs (3)
36private static partial IFindPal OpenPal( 49using (IFindPal findPal = OpenPal(coll, results, validOnly)) 172private static string ConfirmedOidValue(IFindPal findPal, object findValue, OidGroup oidGroup)
System\Security\Cryptography\X509Certificates\FindPal.Windows.cs (1)
25private static partial IFindPal OpenPal(X509Certificate2Collection findFrom, X509Certificate2Collection copyTo, bool validOnly)