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

Syntax

C#
public class Pkcs12ParametersGenerator : PbeParametersGenerator
Visual Basic
Public Class Pkcs12ParametersGenerator _
	Inherits PbeParametersGenerator
Visual C++
public ref class Pkcs12ParametersGenerator : public PbeParametersGenerator

Inheritance Hierarchy

System..::..Object
  Org.BouncyCastle.Crypto..::..PbeParametersGenerator
    Org.BouncyCastle.Crypto.Generators..::..Pkcs12ParametersGenerator

See Also