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