DevForce Help Reference
CryptoFns Class Members
Properties  Methods 


The following tables list the members exposed by CryptoFns.

Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)Provider Provides AES encryption and decryption services for the current platform.  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)AesDecrypt Decrypt a string given the password it was encrypted with.  
Public Methodstatic (Shared in Visual Basic)AesEncrypt Encrypts a string given a password.  
Public Methodstatic (Shared in Visual Basic)AesGetHashKey Generate an AES hash key given a string.  
Public Methodstatic (Shared in Visual Basic)CalcStringHash Returns a hash encoded as a string with the chars (A-Z,A-z,0-9,_) only.  
Public MethodEquals (Inherited from object)
Public MethodGetHashCode (Inherited from object)
Public MethodGetType (Inherited from object)
Public MethodToString (Inherited from object)
Top
Protected Methods
 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top
See Also

Reference

CryptoFns Class
IdeaBlade.Core Namespace

Send Feedback