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

Syntax

C#
public void WriteObject(
	Object obj,
	string algorithm,
	char[] password,
	SecureRandom random
)
Visual Basic
Public Sub WriteObject ( _
	obj As Object, _
	algorithm As String, _
	password As Char(), _
	random As SecureRandom _
)
Visual C++
public:
void WriteObject(
	Object^ obj, 
	String^ algorithm, 
	array<wchar_t>^ password, 
	SecureRandom^ random
)

Parameters

obj
Type: System..::..Object
algorithm
Type: System..::..String
password
Type: array<System..::..Char>[]()[][]
random
Type: Org.BouncyCastle.Security..::..SecureRandom

See Also