7 references to None
System.Security.Cryptography (7)
src\runtime\src\libraries\Common\src\Microsoft\Win32\SafeHandles\SafeCertContextHandleWithKeyContainerDeletion.cs (1)
53CngKeyOpenOptions openOpts = CngKeyOpenOptions.None;
System\Security\Cryptography\AesCng.Windows.cs (1)
35: this(keyName, provider, CngKeyOpenOptions.None)
System\Security\Cryptography\CngKey.Exists.cs (1)
29return Exists(keyName, provider, options: CngKeyOpenOptions.None);
System\Security\Cryptography\CngKey.Open.cs (1)
29return Open(keyName, provider, openOptions: CngKeyOpenOptions.None);
System\Security\Cryptography\CngSymmetricAlgorithmCore.cs (1)
24_optionOptions = CngKeyOpenOptions.None;
System\Security\Cryptography\TripleDESCng.Windows.cs (1)
34: this(keyName, provider, CngKeyOpenOptions.None)
System\Security\Cryptography\X509Certificates\CertificateHelpers.Windows.cs (1)
37CngKeyOpenOptions options = machineKey ? CngKeyOpenOptions.MachineKey : CngKeyOpenOptions.None;