 | RedactData.Load Method |
Decrypts the redaction data from the specified string.
Namespace:
Opait.Redact
Assembly:
Opait.Redact (in Opait.Redact.dll) Version: 1.3.3.0
Syntaxpublic static RedactData Load(
string encrypted,
string password
)
Parameters
- encrypted
- Type: System.String
The encrypted redaction data. - password
- Type: System.String
The password that was used to encrypt the data.
Return Value
Type:
RedactDataThe decrypted redaction data.
See Also