4 references to SafePasswordHandle
System.Security.Cryptography (4)
System\Security\Cryptography\X509Certificates\X509Certificate.cs (2)
125using (var safePasswordHandle = new SafePasswordHandle(password, passwordProvided: true)) 181using (var safePasswordHandle = new SafePasswordHandle(password, passwordProvided: true))
System\Security\Cryptography\X509Certificates\X509Certificate2Collection.cs (2)
201using (var safePasswordHandle = new SafePasswordHandle(password, passwordProvided: true)) 250using (var safePasswordHandle = new SafePasswordHandle(password, passwordProvided: true))