Compartir a través de


OpenIdConnectAuthenticationHandler.GetNonceKey Method (String)

 

Namespace:   Microsoft.Owin.Security.OpenIdConnect
Assembly:  Microsoft.Owin.Security.OpenIdConnect (in Microsoft.Owin.Security.OpenIdConnect.dll)

Syntax

protected virtual string GetNonceKey(
    string nonce
)
protected:
virtual String^ GetNonceKey(
    String^ nonce
)
abstract GetNonceKey : 
        nonce:string -> string
override GetNonceKey : 
        nonce:string -> string
Protected Overridable Function GetNonceKey (
    nonce As String
) As String

Parameters

Return Value

Type: System.String

Returns String.

See Also

OpenIdConnectAuthenticationHandler Class
Microsoft.Owin.Security.OpenIdConnect Namespace

Return to top