4 references to None
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CngHelpers.cs (1)
344return CngKey.Open(keyHandle, isEphemeral ? CngKeyHandleOpenOptions.EphemeralKey : CngKeyHandleOpenOptions.None);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X509Certificates\CertificateHelpers.Windows.cs (1)
154handleOptions = CngKeyHandleOpenOptions.None;
System\Security\Cryptography\CngAlgorithmCore.cs (1)
29return CngKey.Open(key.HandleNoDuplicate, key.IsEphemeral ? CngKeyHandleOpenOptions.EphemeralKey : CngKeyHandleOpenOptions.None);
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\Windows\PkcsPalWindows.cs (1)
136CngKeyHandleOpenOptions options = CngKeyHandleOpenOptions.None;