Initializes a new instance of the MessageImprint class
Namespace: Org.BouncyCastle.Asn1.TspAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public MessageImprint( AlgorithmIdentifier hashAlgorithm, byte[] hashedMessage ) |
Visual Basic |
---|
Public Sub New ( _ hashAlgorithm As AlgorithmIdentifier, _ hashedMessage As Byte() _ ) |
Visual C++ |
---|
public: MessageImprint( AlgorithmIdentifier^ hashAlgorithm, array<unsigned char>^ hashedMessage ) |
Parameters
- hashAlgorithm
- Type: Org.BouncyCastle.Asn1.X509..::..AlgorithmIdentifier
- hashedMessage
- Type: array<System..::..Byte>[]()[][]