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)
205
using (var safePasswordHandle = new
SafePasswordHandle
(password, passwordProvided: true))
256
using (var safePasswordHandle = new
SafePasswordHandle
(password, passwordProvided: true))