The name of the algorithm this cipher implements.

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

Syntax

C#
string AlgorithmName { get; }
Visual Basic
ReadOnly Property AlgorithmName As String
	Get
Visual C++
property String^ AlgorithmName {
	String^ get ();
}

See Also