Show / Hide Table of Contents

Digits Property

Digits

The number of digits in a one-time password. The value for this property can only be 6, 7 or 8.

C#
public int? Digits { get; set; }

Property Value

Type Description
int?

Exceptions

Type Condition
InvalidOperationException

The value is invalid.

In this article
Back to top Generated by DocFX