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