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