Base:
property
KeySize
System.Security.Cryptography.AsymmetricAlgorithm.KeySize
1 write to KeySize
System.Configuration (1)
System\Configuration\RSAProtectedConfigurationProvider.cs (1)
100
rsa.
KeySize
= keySize;
3 references to KeySize
mscorlib (2)
system\security\cryptography\rsacryptoserviceprovider.cs (2)
426
if (rgb.Length > (
KeySize
/ 8))
427
throw new CryptographicException(Environment.GetResourceString("Cryptography_Padding_DecDataTooBig",
KeySize
/ 8));
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCspProvider.cs (1)
386
return rscp.
KeySize
/ 8;