System.Security.Cryptography.RC2CryptoServiceProvider.UseSalt Property

Gets or sets a value that determines whether to create a key with an 11-byte-long, zero-value salt.

Syntax

[System.Runtime.InteropServices.ComVisible(false)]
public bool UseSalt { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The RC2CryptoServiceProvider.UseSalt property allows you to interoperate with an existing application that uses an 11-byte-long, zero-value salt. For most scenarios, you should not use a salt with an System.Security.Cryptography.RC2CryptoServiceProvider key.

Requirements

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