This implementation will create a nonce which is the text representation of the current time, plus one minute. The nonce will be valid for this minute.

Namespace: MonoSoftware.Web.Security
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
protected virtual string GetCurrentNonce()
Visual Basic
Protected Overridable Function GetCurrentNonce As String
Visual C++
protected:
virtual String^ GetCurrentNonce()
F#
abstract GetCurrentNonce : unit -> string 
override GetCurrentNonce : unit -> string 

Return Value

Type: String
Nonce value.

See Also