4 references to CryptographicKey
System.Web (4)
Security\Cryptography\CryptographicKey.cs (1)
42return new CryptographicKey(newKey);
Security\Cryptography\MachineKeyMasterKeyProvider.cs (2)
65_autogenKeys = new CryptographicKey(HttpRuntime.s_autogenKeys); 92return new CryptographicKey(keyMaterial);
Security\Cryptography\SP800_108.cs (1)
60return new CryptographicKey(derivedKey);