RSA.LegalKeySizes Property

Tungsten Suite

RSALegalKeySizes Property

Gets the key sizes that are supported by the asymmetric algorithm

Namespace:  W.Encryption
Assembly:  Tungsten.Encryption (in Tungsten.Encryption.dll) Version: 2.0.2
Syntax
C#
public KeySizes[] LegalKeySizes { get; }

Return Value

Type: KeySizes
An enumeration of the supported key sizes
See Also