Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: string DecryptPassword(string, byte[])

Declaration

public static string DecryptPassword(
    string cipher,
    byte[] key
)

Summary

Decrypts a password encrypted with SettingsUtil.EncryptPassword(string, byte[]).

Parameters

stringcipher The output of SettingsUtil.EncryptPassword(string, byte[]).
byte[]key The key used to encrypt the password.

Returns

The decrypted password.