| 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 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:
RedactDataThe decrypted redaction data.
See Also