6 references to SafePasswordHandle
System.Security.Cryptography (6)
Microsoft\Win32\SafeHandles\SafePasswordHandle.cs (1)
108
() => new
SafePasswordHandle
((string?)null, false));
System\Security\Cryptography\X509Certificates\X509Certificate.cs (3)
97
using (var safePasswordHandle = new
SafePasswordHandle
(password, passwordProvided: true))
174
using (var safePasswordHandle = new
SafePasswordHandle
(password, passwordProvided: true))
328
using (var safePasswordHandle = new
SafePasswordHandle
(password, passwordProvided: true))
System\Security\Cryptography\X509Certificates\X509Certificate2Collection.cs (2)
118
using (var safePasswordHandle = new
SafePasswordHandle
(password, passwordProvided: true))
230
using (var safePasswordHandle = new
SafePasswordHandle
(password, passwordProvided: true))