Click or drag to resize

RedactDataLoad Method

Decrypts the redaction data from the specified string.

Namespace:  Opait.Redact
Assembly:  Opait.Redact (in Opait.Redact.dll) Version: 1.3.3.0
Syntax
C#
public static RedactData Load(
	string encrypted,
	string password
)

Parameters

encrypted
Type: SystemString
The encrypted redaction data.
password
Type: SystemString
The password that was used to encrypt the data.

Return Value

Type: RedactData
The decrypted redaction data.
See Also