public static EncryptPassword ( string password, string sharedSecret, byte requestAuthenticator ) : byte[] | ||
password | string | User's password. |
sharedSecret | string | Shared secret key. |
requestAuthenticator | byte | Request authenticator byte array. |
return | byte[] |