DSAOpenSsl.KeySize Property

Definition

Gets or sets the size, in bits, of the key modulus used by the asymmetric algorithm.

public override int KeySize { set; }

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.

Applies to

Toode Versioonid
.NET 6
.NET Standard 2.0 (package-provided)