C# Class java.net.PasswordAuthentication

Inheritance: global::java.lang.Object
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode Description
PasswordAuthentication ( java arg0, char arg1 )
getPassword ( ) : char[]
getUserName ( ) : global::java.lang.String

Private Methods

Méthode Description
PasswordAuthentication ( )
PasswordAuthentication ( global @__env )

Method Details

PasswordAuthentication() public méthode

public PasswordAuthentication ( java arg0, char arg1 )
arg0 java
arg1 char

getPassword() public méthode

public getPassword ( ) : char[]
Résultat char[]

getUserName() public méthode

public getUserName ( ) : global::java.lang.String
Résultat global::java.lang.String