Mentalis.org Security Library documentation

DataProtectionCryptoServiceProvider Methods

The methods of the DataProtectionCryptoServiceProvider class are listed below. For a complete list of DataProtectionCryptoServiceProvider class members, see the DataProtectionCryptoServiceProvider Members topic.

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