C# Class _1_Injection.Account.Manage

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: candanbolukbas/Secure-Programming-Samples

Méthodes publiques

Méthode Description
GetExternalLogins ( ) : IEnumerable
RemoveExternalLogin ( string providerName, string providerUserId ) : void

Méthodes protégées

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

Method Details

ConvertToDisplayDateTime() protected static méthode

protected static ConvertToDisplayDateTime ( System.DateTime utcDateTime ) : string
utcDateTime System.DateTime
Résultat string

GetExternalLogins() public méthode

public GetExternalLogins ( ) : IEnumerable
Résultat IEnumerable

Page_Load() protected méthode

protected Page_Load ( ) : void
Résultat void

RemoveExternalLogin() public méthode

public RemoveExternalLogin ( string providerName, string providerUserId ) : void
providerName string
providerUserId string
Résultat void

setPassword_Click() protected méthode

protected setPassword_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void