Class ComponentProcedures
- Namespace
- The.Components
- Assembly
- Instagile.dll
public static class ComponentProcedures
- Inheritance
-
ComponentProcedures
- Inherited Members
Fields
CancelScrambling
public static readonly Procedure<ComponentProcedures.CancelScramblingRequest, bool> CancelScrambling
Field Value
ChangeCurrentUserPassword
public static readonly Procedure<ComponentProcedures.ChangeCurrentUserPasswordParameters, Unit> ChangeCurrentUserPassword
Field Value
ChangeUserTemporaryPassword
public static readonly AnonymousProcedure<ComponentProcedures.ChangeUserTemporaryPasswordParameters, Unit> ChangeUserTemporaryPassword
Field Value
GetScramblingDatabaseNames
public static readonly Procedure<bool, ComponentProcedures.GetScramblingDatabaseNamesResult> GetScramblingDatabaseNames
Field Value
GetScramblingStatus
public static readonly Procedure<ComponentProcedures.GetScramblingStatusRequest, ComponentProcedures.GetScramblingStatusResult> GetScramblingStatus
Field Value
- Procedure<ComponentProcedures.GetScramblingStatusRequest, ComponentProcedures.GetScramblingStatusResult>
GetUserPasswordSalt
Get password salt from server to avoid sending the password over the internet, salts aren't secret.
public static readonly AnonymousProcedure<string, string> GetUserPasswordSalt
Field Value
Remarks
Always returns success to avoid leaking the existence of a username.
RequestRegistration
public static readonly AnonymousProcedure<ComponentProcedures.RequestRegistrationParameters, Unit> RequestRegistration
Field Value
ScrambleDatabase
public static readonly Procedure<Guid, Guid> ScrambleDatabase
Field Value
ScrambleSpreadsheet
public static readonly Procedure<Guid, Guid> ScrambleSpreadsheet