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