System.Security.Cryptography.RC2.KeySize Property

Gets or sets the size of the secret key used by the System.Security.Cryptography.RC2 algorithm in bits.

Syntax

public override int KeySize { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

This algorithm supports key lengths from 40 bits to 1024 bits in increments of 8 bits, but the RC2CryptoServiceProvider implementation only supports key lengths from 40 bits to 128 bits in increments of 8 bits.

Requirements

Namespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0