Initializes a new instance of the PreferredAlgorithms class

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

Collapse imageSyntax

C#
public PreferredAlgorithms(
	SignatureSubpacketTag type,
	bool critical,
	int[] preferences
)
Visual Basic
Public Sub New ( _
	type As SignatureSubpacketTag, _
	critical As Boolean, _
	preferences As Integer() _
)
Visual C++
public:
PreferredAlgorithms(
	SignatureSubpacketTag type, 
	bool critical, 
	array<int>^ preferences
)

Parameters

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

Collapse imageSee Also