docs.inedo.com →
inedo.com →
ProGet SDK Reference
Version:
ProGet SDK
Inedo.ProGet.Data
DB.Context
Users_SetPasswordAsync(string,byte[],byte[])
Users_SetPasswordAsync(string User_Name, byte[] Password_Bytes, byte[] Salt_Bytes) Method
Stored procedure for internal use only.
Syntax
public
System.Threading.Tasks.Task
Users_SetPasswordAsync(
string
User_Name,
byte[]
Password_Bytes,
byte[]
Salt_Bytes)
Parameters
User_Name
Type: string
Password_Bytes
Type: byte[]
Salt_Bytes
Type: byte[]