Click or drag to resize
Pdftools logo

StepUp Constructor


Namespace: PdfTools.Crypto.Providers.SwisscomSigSrv
Assembly: PdfTools (in PdfTools.dll) Version: 1.8.0+c1110cafb37403de0188424e1c97e84e318ca892
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