Method | Description | |
---|---|---|
Decrypt ( string encryptedValue ) : string | ||
Dispose ( ) : void | ||
Encrypt ( string valueToEncrypt ) : string | ||
RijndaelHelper ( byte key, byte vector ) : System |
public Decrypt ( string encryptedValue ) : string | ||
encryptedValue | string | |
return | string |
public Encrypt ( string valueToEncrypt ) : string | ||
valueToEncrypt | string | |
return | string |
public RijndaelHelper ( byte key, byte vector ) : System | ||
key | byte | |
vector | byte | |
return | System |