System.Net.Mail.CCredentialsByHost.GetCredential C# (CSharp) Méthode

GetCredential() public méthode

public GetCredential ( string host, int port, string authenticationType ) : NetworkCredential
host string
port int
authenticationType string
Résultat NetworkCredential
		public NetworkCredential GetCredential (string host, int port, string authenticationType) {
			return new NetworkCredential (userName, password);
		}