The FileEncryption type exposes the following members.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkBeginDecrypt(Stream, Stream, AsyncCallback, Object)
Begins asynchronous Decrypt operation. Decrypts data from a source stream into a target stream.
Public methodSupported by the .NET Compact FrameworkBeginDecrypt(String, String, AsyncCallback, Object)
Begins asynchronous Decrypt operation. Decrypts a source file into a target file.
Public methodSupported by the .NET Compact FrameworkBeginEncrypt(Stream, Stream, AsyncCallback, Object)
Begins asynchronous Encrypt operation. Encrypts data from a source stream into a target stream.
Public methodSupported by the .NET Compact FrameworkBeginEncrypt(String, String, AsyncCallback, Object)
Begins asynchronous Encrypt operation. Encrypts a source file into a target file.
Public methodSupported by the .NET Compact FrameworkDecrypt(Stream, Stream)
Decrypts data from a source stream into a target stream.
Public methodSupported by the .NET Compact FrameworkDecrypt(String, String)
Decrypts a source file into a target file.
Public methodSupported by the .NET Compact FrameworkEncrypt(Stream, Stream)
Encrypts data from a source stream into a target stream.
Public methodSupported by the .NET Compact FrameworkEncrypt(String, String)
Encrypts a source file into a target file.
Public methodSupported by the .NET Compact FrameworkEndDecrypt
Ends an asynchronous BeginDecrypt operation.
Public methodSupported by the .NET Compact FrameworkEndEncrypt
Ends an asynchronous BeginEncrypt operation.
Public methodSupported by the .NET Compact FrameworkEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetHashCode
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSetPassword(array<Byte>[]()[][])
Sets password for encryption and decryption.
Public methodSupported by the .NET Compact FrameworkSetPassword(String)
Sets password for encryption and decryption.
Public methodSupported by the .NET Compact FrameworkSetPassword(array<Byte>[]()[][], KeyDerivationAlgorithm)
Sets password for encryption and decryption.
Public methodSupported by the .NET Compact FrameworkSetPassword(String, KeyDerivationAlgorithm)
Sets password for encryption and decryption.
Public methodSupported by the .NET Compact FrameworkToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also