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