Base:
property
Key
System.Security.Cryptography.SymmetricAlgorithm.Key
2 overrides of Key
System.Security.Cryptography (2)
System\Security\Cryptography\TripleDESCng.Windows.cs (1)
44
public override byte[]
Key
System\Security\Cryptography\TripleDESCryptoServiceProvider.Wrap.cs (1)
39
public override byte[]
Key
3 writes to Key
System.Security.Cryptography (3)
System\Security\Cryptography\TripleDESCng.Windows.cs (1)
220
byte[] ICngSymmetricAlgorithm.BaseKey { get { return base.Key; } set { base.
Key
= value; } }
System\Security\Cryptography\TripleDESCryptoServiceProvider.Wrap.cs (1)
42
set { _impl.
Key
= value; }
System\Security\Cryptography\TripleDesImplementation.cs (1)
47
Key
= RandomNumberGenerator.GetBytes(KeySize / BitsPerByte);
10 references to Key
System.Security.Cryptography (10)
System\Security\Cryptography\TripleDESCng.Windows.cs (1)
220
byte[] ICngSymmetricAlgorithm.BaseKey { get { return base.
Key
; } set { base.Key = value; } }
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
,