The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DSACryptoServiceProvider::KeySize Property
.NET Framework (current version)
Gets the size of the key used by the asymmetric algorithm in bits.
Assembly: mscorlib (in mscorlib.dll)
This algorithm supports key lengths from 512 bits to 1024 bits in increments of 64 bits.
The DSACryptoServiceProvider class does not allow you to change key sizes using the KeySize property. Any value written to this property will fail to update the property without error. To change the key size, use one of the constructor overloads.
.NET Framework
Available since 1.1
Available since 1.1
Show: