Org.BouncyCastle.Asn1.Tsp.MessageImprint.GetHashedMessage C# (CSharp) Method

GetHashedMessage() public method

public GetHashedMessage ( ) : byte[]
return byte[]
		public byte[] GetHashedMessage()
		{
			return hashedMessage;
		}