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

Syntax

C#
protected internal virtual IDictionary GetBaseParameters(
	DerObjectIdentifier contentType,
	AlgorithmIdentifier digAlgId,
	byte[] hash
)
Visual Basic
Protected Friend Overridable Function GetBaseParameters ( _
	contentType As DerObjectIdentifier, _
	digAlgId As AlgorithmIdentifier, _
	hash As Byte() _
) As IDictionary
Visual C++
protected public:
virtual IDictionary^ GetBaseParameters(
	DerObjectIdentifier^ contentType, 
	AlgorithmIdentifier^ digAlgId, 
	array<unsigned char>^ hash
)

See Also