Share via


AuthorizationCodeReceivedNotification.Code Property

 

Gets or sets the 'code'.

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

Syntax

public string Code { get; set; }
public:
property String^ Code {
    String^ get();
    void set(String^ value);
}
member Code : string with get, set
Public Property Code As String

Property Value

Type: System.String

See Also

AuthorizationCodeReceivedNotification Class
Microsoft.Owin.Security.Notifications Namespace

Return to top