4 references to HardwareDevice
mscorlib (2)
system\security\cryptography\icspasymmetricalgorithm.cs (2)
100if (this.HardwareDevice) 169if (this.HardwareDevice == true)
System (1)
security\system\security\cryptography\x509\x509certificate2.cs (1)
1278b = cspKeyContainerInfo.HardwareDevice;
System.IdentityModel (1)
System\IdentityModel\Tokens\X509AsymmetricSecurityKey.cs (1)
437if ((rsaCsp.CspKeyContainerInfo.ProviderType == 1 || rsaCsp.CspKeyContainerInfo.ProviderType == 12) && !rsaCsp.CspKeyContainerInfo.HardwareDevice)