Base:
property
KeySize
System.Security.Cryptography.SymmetricAlgorithm.KeySize
1 override of KeySize
System.Security.Cryptography (1)
System\Security\Cryptography\RC2CryptoServiceProvider.Unix.cs (1)
80
public override int
KeySize
3 writes to KeySize
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (1)
658
rc2.
KeySize
= requestedKeyLength.Value * 8;
System\Security\Cryptography\RC2CryptoServiceProvider.Unix.cs (1)
89
_impl.
KeySize
= value;
System.Security.Cryptography.Pkcs (1)
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (1)
658
rc2.
KeySize
= requestedKeyLength.Value * 8;
7 references to KeySize
System.Security.Cryptography (7)
System\Security\Cryptography\RC2CryptoServiceProvider.Unix.cs (1)
82
get { return _impl.
KeySize
; }
System\Security\Cryptography\RC2Implementation.cs (6)
54
Key = RandomNumberGenerator.GetBytes(
KeySize
/ BitsPerByte);
78
Debug.Assert(EffectiveKeySize ==
KeySize
);
91
Debug.Assert(EffectiveKeySize ==
KeySize
);
115
Debug.Assert(EffectiveKeySize ==
KeySize
);
140
Debug.Assert(EffectiveKeySize ==
KeySize
);
165
Debug.Assert(EffectiveKeySize ==
KeySize
);