SecureBlackbox 2020 .NET Edition

Questions / Feedback?

CustomParametersReceived Event

Passes custom request parameters to the application.

Syntax

public event OnCustomParametersReceivedHandler OnCustomParametersReceived;

public delegate void OnCustomParametersReceivedHandler(object sender, DcauthCustomParametersReceivedEventArgs e);

public class DcauthCustomParametersReceivedEventArgs : EventArgs {
  public string Value { get; }
}
Public Event OnCustomParametersReceived As OnCustomParametersReceivedHandler

Public Delegate Sub OnCustomParametersReceivedHandler(sender As Object, e As DcauthCustomParametersReceivedEventArgs)

Public Class DcauthCustomParametersReceivedEventArgs Inherits EventArgs
  Public ReadOnly Property Value As String
End Class

Remarks

Subscribe to this event to access custom signing parameters supplied by the signer in their request. The Value string contains the parameters as included by the requestor.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 .NET Edition - Version 20.0 [Build 8165]