Table of Contents

Class NonceAttribute

Namespace
Ubiety.Scram.Core.Attributes
Assembly
Ubiety.Scram.Core.dll

Represents the SCRAM nonce attribute used for authentication.

public class NonceAttribute : ScramAttribute<string>
Inheritance
NonceAttribute
Inherited Members

Constructors

NonceAttribute(string?)

Initializes a new instance of the NonceAttribute class.

public NonceAttribute(string? value)

Parameters

value string

String value of the nonce.

NonceAttribute(string, string)

Initializes a new instance of the NonceAttribute class.

public NonceAttribute(string clientNonce, string serverNonce)

Parameters

clientNonce string

String version of the client nonce.

serverNonce string

String version of the server nonce.