Base:
property
Key
System.Security.Cryptography.SymmetricAlgorithm.Key
1 override of Key
System.Security.Cryptography (1)
System\Security\Cryptography\TripleDESCryptoServiceProvider.Wrap.cs (1)
39
public override byte[]
Key
2 writes to Key
System.Security.Cryptography (2)
System\Security\Cryptography\TripleDESCryptoServiceProvider.Wrap.cs (1)
42
set { _impl.
Key
= value; }
System\Security\Cryptography\TripleDesImplementation.cs (1)
47
Key
= RandomNumberGenerator.GetBytes(KeySize / BitsPerByte);
9 references to Key
System.Security.Cryptography (9)
System\Security\Cryptography\TripleDESCryptoServiceProvider.Wrap.cs (1)
41
get { return _impl.
Key
; }
System\Security\Cryptography\TripleDesImplementation.cs (8)
22
return CreateTransform(
Key
, IV, encrypting: false);
32
return CreateTransform(
Key
, IV, encrypting: true);
101
Key
,
122
Key
,
144
Key
,
166
Key
,
191
Key
,
216
Key
,