SoftadminSnippet.BankId_StartButton

Type: Scalar function

Generates a button to start BankID on the current device when called from a snippet procedure.

Requires that SoftadminSnippet.BankId_Identify or SoftadminSnippet.BankId_Sign has been called.

Example

SELECT SoftadminSnippet.BankId_StartButton('Use BankID on this device', NULL) AS Html;

See also

Parameters

@ButtonLabelHtml mandatory nvarchar
HTML to show in the button. Not related to the <label> element.
@CssClass mandatory varchar