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

Syntax

C#
public void SetExportable(
	bool isCritical,
	bool isExportable
)
Visual Basic
Public Sub SetExportable ( _
	isCritical As Boolean, _
	isExportable As Boolean _
)
Visual C++
public:
void SetExportable(
	bool isCritical, 
	bool isExportable
)

Parameters

isCritical
Type: System..::..Boolean
isExportable
Type: System..::..Boolean

See Also