By encrypting with the SymmetricAlgorithm given during the SymmetricEncryption instantiation, and then encoding the encrypted data as a base 64 string, this inversion control method handles the request to encrypt the specified plain text.

Name Description
OnEncrypt(byte[]) By encrypting with the SymmetricAlgorithm given during the SymmetricEncryption instantiation, this inversion control method handles the request to encrypt the specified plain data.
OnEncrypt(string) By encrypting with the SymmetricAlgorithm given during the SymmetricEncryption instantiation, and then encoding the encrypted data as a base 64 string, this inversion control method handles the request to encrypt the specified plain text.