Cipher parameters with a fixed salt value associated with them.

Namespace: Org.BouncyCastle.Crypto.Parameters
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public class ParametersWithSalt : ICipherParameters
Visual Basic
Public Class ParametersWithSalt _
	Implements ICipherParameters
Visual C++
public ref class ParametersWithSalt : ICipherParameters

Inheritance Hierarchy

System..::..Object
  Org.BouncyCastle.Crypto.Parameters..::..ParametersWithSalt

See Also