1 write to _keyMaterial
System.Web (1)
Security\Cryptography\CryptographicKey.cs (1)
18
_keyMaterial
= keyMaterial;
3 references to _keyMaterial
System.Web (3)
Security\Cryptography\CryptographicKey.cs (3)
24
return checked(
_keyMaterial
.Length * 8);
41
Buffer.BlockCopy(
_keyMaterial
, offsetBytes, newKey, 0, countBytes);
47
return
_keyMaterial
;