Method | Description | |
---|---|---|
CCredentialsByHost ( string userName, string password ) : System | ||
GetCredential ( string host, int port, string authenticationType ) : NetworkCredential |
public CCredentialsByHost ( string userName, string password ) : System | ||
userName | string | |
password | string | |
return | System |
public GetCredential ( string host, int port, string authenticationType ) : NetworkCredential | ||
host | string | |
port | int | |
authenticationType | string | |
return | NetworkCredential |