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)
97using (var safePasswordHandle = new SafePasswordHandle(password, passwordProvided: true)) 174using (var safePasswordHandle = new SafePasswordHandle(password, passwordProvided: true)) 328using (var safePasswordHandle = new SafePasswordHandle(password, passwordProvided: true))
System\Security\Cryptography\X509Certificates\X509Certificate2Collection.cs (2)
118using (var safePasswordHandle = new SafePasswordHandle(password, passwordProvided: true)) 230using (var safePasswordHandle = new SafePasswordHandle(password, passwordProvided: true))