Click or drag to resize
Pdftools logo

StepUp Class

The options for step-up authorization using Mobile ID

Inheritance Hierarchy
SystemObject
  PdfTools.InternalNativeBase
    PdfTools.InternalNativeObject
      PdfTools.Crypto.Providers.SwisscomSigSrvStepUp

Namespace: PdfTools.Crypto.Providers.SwisscomSigSrv
Assembly: PdfTools (in PdfTools.dll) Version: 1.7.0+cfcc11b476b3e1eb4320f0f37269191f64e36bd8
Syntax
C#
public class StepUp : NativeObject

The StepUp type exposes the following members.

Constructors
 NameDescription
Public methodStepUp 
Top
Properties
 NameDescription
Public propertyLanguage

The language of the message

Example: "DE"
Public propertyMessage

The message to be displayed on the mobile phone

Example: "Do you authorize your signature on Contract.pdf?"
Public propertyMSISDN

The mobile phone number

Example: "+41798765432"
Top
Methods
 NameDescription
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Top
Events
 NameDescription
Public eventConsentRequired Event containing the URL for step-up authentication using password and SMS challenge (OTP). Password and SMS challenge are used as a fallback mechanism for the Mobile ID authentication. For example, if the Mobile ID of the user is not activated. The user must be redirected to this URL for consent of will.
Top
See Also