System.Security.Cryptography.RC2 Members

The members of System.Security.Cryptography.RC2 are listed below.

See Also: Inherited members from System.Security.Cryptography.SymmetricAlgorithm

Protected Constructors

RC2()

Initializes a new instance of System.Security.Cryptography.RC2.

Protected Fields

EffectiveKeySizeValueint.

Represents the effective size of the secret key used by the System.Security.Cryptography.RC2 algorithm in bits.

Public Properties

EffectiveKeySizeint.

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

override
KeySizeint.

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

Public Methods

static
Create() : RC2

Creates an instance of a cryptographic object to perform the System.Security.Cryptography.RC2 algorithm.

static
Create(string) : RC2

Creates an instance of a cryptographic object to perform the specified implementation of the System.Security.Cryptography.RC2 algorithm.