Click or drag to resize

OAuthClientCoreGetNonce Method

Gets a nonce value that is generated from the CSRNG in .NET and conforms to the OIDC specification.

Namespace: SanteDB.Client.OAuth
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
protected virtual string GetNonce()

Return Value

String

[Missing <returns> documentation for "M:SanteDB.Client.OAuth.OAuthClientCore.GetNonce"]

See Also