OpenIdConnectAuthenticationHandler.RetrieveNonce Method (OpenIdConnectMessage)
Namespace: Microsoft.Owin.Security.OpenIdConnect
Assembly: Microsoft.Owin.Security.OpenIdConnect (in Microsoft.Owin.Security.OpenIdConnect.dll)
Syntax
protected virtual string RetrieveNonce(
OpenIdConnectMessage message
)
protected:
virtual String^ RetrieveNonce(
OpenIdConnectMessage^ message
)
abstract RetrieveNonce :
message:OpenIdConnectMessage -> string
override RetrieveNonce :
message:OpenIdConnectMessage -> string
Protected Overridable Function RetrieveNonce (
message As OpenIdConnectMessage
) As String
Parameters
- message
Type: Microsoft.IdentityModel.Protocols.OpenIdConnectMessage
Return Value
Type: System.String
Returns String.
See Also
OpenIdConnectAuthenticationHandler Class
Microsoft.Owin.Security.OpenIdConnect Namespace
Return to top