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)
24return checked(_keyMaterial.Length * 8); 41Buffer.BlockCopy(_keyMaterial, offsetBytes, newKey, 0, countBytes); 47return _keyMaterial;