Mentalis.org Security Library documentation

DataProtectionCryptoServiceProvider Members

Public Instance Constructors

DataProtectionCryptoServiceProviderOverloaded. Initialize a new instance of the DataProtectionCryptoServiceProvider class.

Public Instance Properties

Entropy Holds additional entropy that can be used during the encryption and decryption process.

Public Instance Methods

Dispose Releases the unmanaged and managed resources used by the DataProtectionCryptoServiceProvider class.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ProtectDataOverloaded. Encrypts data according to a specified protection type.
ToString (inherited from Object)Returns a String that represents the current Object.
UnprotectDataOverloaded. Decrypts data that has been encrypted with the ProtectData method.

Protected Instance Methods

Finalize Finalizes the DataProtectionCryptoServiceProvider class.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

DataProtectionCryptoServiceProvider Class | Org.Mentalis.Security.Cryptography Namespace