Click or drag to resize
Pdftools logo

StepUp Constructor


Namespace: PdfTools.Crypto.Providers.SwisscomSigSrv
Assembly: PdfTools (in PdfTools.dll) Version: 1.0.0
Syntax
C#
public StepUp(
	string msisdn,
	string message,
	string language
)

Parameters

msisdn  String
The mobile phone number
message  String
The message to be displayed on the mobile phone
language  String
The language of the message
Exceptions
ExceptionCondition
ArgumentNullExceptionif msisdn is .
ArgumentNullExceptionif message is .
ArgumentNullExceptionif language is .
See Also