Sets password for encryption and decryption.

Namespace:  Rebex.Security
Assembly:  Rebex.Security (in Rebex.Security.dll)

Syntax

Visual Basic
Public Sub SetPassword ( _
	password As String _
)
C#
public void SetPassword(
	string password
)

Parameters

password
Type: System..::..String
Password for encryption and decryption.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also