Click or drag to resize

ISymmetricCryptographicProvider Methods

The ISymmetricCryptographicProvider type exposes the following members.

Methods
 NameDescription
Public methodCreateDecryptingStream Create a decrypting stream
Public methodCreateEncryptingStream Create a decrypting stream
Public methodDecrypt(Byte) Decrypt data with the IV embedded in the return
Public methodDecrypt(String) Decrypt the string data and return a Base64 encoded version
Public methodDecrypt(Byte, Byte, Byte) Decrypts the specified data
Public methodEncrypt(Byte) Encrypt data with the IV embedded in the return
Public methodEncrypt(String) Encrypt the string data and return a Base64 encoded version
Public methodEncrypt(Byte, Byte, Byte) Encrypts the sepcified data
Public methodGenerateIV Generates an initialization vector
Public methodGenerateKey Generates a key
Public methodGetContextKey Gets the context key
Public methodRotateContextKey Instructs the symmetric provider to rotate the key storage.
Top
See Also