 | OAuthClientCoreGetNonce Method |
Gets a nonce value that is generated from the CSRNG in .NET and conforms to the OIDC specification.
Namespace: SanteDB.Client.OAuthAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxprotected virtual string GetNonce()
Protected Overridable Function GetNonce As String
protected:
virtual String^ GetNonce()
abstract GetNonce : unit -> string
override GetNonce : unit -> string
Return Value
String[Missing <returns> documentation for "M:SanteDB.Client.OAuth.OAuthClientCore.GetNonce"]
See Also