4 references to MachineKey
System.Security.Cryptography (4)
src\runtime\src\libraries\Common\src\Microsoft\Win32\SafeHandles\SafeCertContextHandleWithKeyContainerDeletion.cs (1)
57openOpts = CngKeyOpenOptions.MachineKey;
System\Security\Cryptography\CngKey.StandardProperties.cs (2)
160bool isMachineKey = (keyType & CngKeyOpenOptions.MachineKey) == CngKeyOpenOptions.MachineKey;
System\Security\Cryptography\X509Certificates\CertificateHelpers.Windows.cs (1)
37CngKeyOpenOptions options = machineKey ? CngKeyOpenOptions.MachineKey : CngKeyOpenOptions.None;