4 references to SafePasswordHandle
System.Security.Cryptography (4)
System\Security\Cryptography\X509Certificates\X509Certificate.cs (2)
126using (var safePasswordHandle = new SafePasswordHandle(password, passwordProvided: true)) 186using (var safePasswordHandle = new SafePasswordHandle(password, passwordProvided: true))
System\Security\Cryptography\X509Certificates\X509Certificate2Collection.cs (2)
205using (var safePasswordHandle = new SafePasswordHandle(password, passwordProvided: true)) 256using (var safePasswordHandle = new SafePasswordHandle(password, passwordProvided: true))