C# Class _1_Injection.Account.Manage

Inheritance: System.Web.UI.Page
Mostrar archivo Open project: candanbolukbas/Secure-Programming-Samples

Public Methods

Method Description
GetExternalLogins ( ) : IEnumerable
RemoveExternalLogin ( string providerName, string providerUserId ) : void

Protected Methods

Method Description
ConvertToDisplayDateTime ( System.DateTime utcDateTime ) : string
Page_Load ( ) : void
setPassword_Click ( object sender, EventArgs e ) : void

Method Details

ConvertToDisplayDateTime() protected static method

protected static ConvertToDisplayDateTime ( System.DateTime utcDateTime ) : string
utcDateTime System.DateTime
return string

GetExternalLogins() public method

public GetExternalLogins ( ) : IEnumerable
return IEnumerable

Page_Load() protected method

protected Page_Load ( ) : void
return void

RemoveExternalLogin() public method

public RemoveExternalLogin ( string providerName, string providerUserId ) : void
providerName string
providerUserId string
return void

setPassword_Click() protected method

protected setPassword_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void