The hash algorithm.

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

Syntax

C#
public HashAlgorithmTag HashAlgorithm { get; }
Visual Basic
Public ReadOnly Property HashAlgorithm As HashAlgorithmTag
	Get
Visual C++
public:
property HashAlgorithmTag HashAlgorithm {
	HashAlgorithmTag get ();
}

See Also