RSAOpenSsl.KeySize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the size, in bits, of the key modulus used by the asymmetric algorithm.
public:
virtual property int KeySize { void set(int value); };
public override int KeySize { set; }
member this.KeySize : int
Public Overrides Property KeySize As Integer
Property Value
The size, in bits, of the key modulus used by the asymmetric algorithm.
Exceptions
value
is not permitted by LegalKeySizes.
Remarks
Setting this property to its current value has no visible effect. Setting this property to a new legal value discards the current key, but defers creation of a new key until one is needed.