Nonce Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The configuration settings of the nonce used in the login flow.
public class Nonce
type Nonce = class
Public Class Nonce
- Inheritance
-
Nonce
Constructors
Nonce() |
Initializes a new instance of the Nonce class. |
Nonce(Nullable<Boolean>, String) |
Initializes a new instance of the Nonce class. |
Properties
NonceExpirationInterval |
Gets or sets the time after the request is made when the nonce should expire. |
ValidateNonce |
Gets or sets <code>false</code> if the nonce should not be validated while completing the login flow; otherwise, <code>true</code>. |
Applies to
Azure SDK for .NET