adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / PasswordHash Class / CreateHash Method / CreateHash(String) Method
The password to hash.

In This Topic
    CreateHash(String) Method
    In This Topic
    Creates a salted PBKDF2 hash of the password.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function CreateHash( _
       ByVal password As String _
    ) As String
    public static string CreateHash( 
       string password
    )

    Parameters

    password
    The password to hash.

    Return Value

    The hash of the password.
    See Also