Method | Description | |
---|---|---|
AesEncryptionProvider ( ) : System | ||
AesEncryptionProvider ( string key, string iv ) : System | ||
Configure ( ) : void | ||
Decrypt ( string pContent ) : string | ||
Encrypt ( string pContent ) : string | ||
Shutdown ( ) : void |
Method | Description | |
---|---|---|
InitSettings ( ) : void |
public AesEncryptionProvider ( string key, string iv ) : System | ||
key | string | |
iv | string | |
return | System |