Initializes a new instance of the PreferredAlgorithms class

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

Syntax

C#
public PreferredAlgorithms(
	SignatureSubpacketTag type,
	bool critical,
	byte[] data
)
Visual Basic
Public Sub New ( _
	type As SignatureSubpacketTag, _
	critical As Boolean, _
	data As Byte() _
)
Visual C++
public:
PreferredAlgorithms(
	SignatureSubpacketTag type, 
	bool critical, 
	array<unsigned char>^ data
)

Parameters

type
Type: Org.BouncyCastle.Bcpg..::..SignatureSubpacketTag
critical
Type: System..::..Boolean
data
Type: array<System..::..Byte>[]()[][]

See Also