Checks if specified nonce exists in active nonces collection.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public bool NonceExists( string nonce )
Public Function NonceExists ( nonce As String ) As Boolean
public: bool NonceExists( String^ nonce )
member NonceExists : nonce : string -> bool
Parameters
- nonce (String)
- Nonce to check.
Return Value
Boolean
Returns true if nonce exists in active nonces collection, otherwise returns false.
Returns true if nonce exists in active nonces collection, otherwise returns false.
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119