Method | Description | |
---|---|---|
SecureStreamClientIntegratedSecurity ( ) : System.IO |
Creates a new SecureStreamClientIntegratedSecurity
|
|
SecureStreamClientIntegratedSecurity ( string username, string password, string domain ) : System.IO |
Creates a new SecureStreamClientIntegratedSecurity
|
Method | Description | |
---|---|---|
InternalTryAuthenticate ( |
Authenticates with the remote server.
|
protected InternalTryAuthenticate ( |
||
stream | the stream to authentication on | |
certSignatures | byte | |
return | bool |
public SecureStreamClientIntegratedSecurity ( ) : System.IO | ||
return | System.IO |
public SecureStreamClientIntegratedSecurity ( string username, string password, string domain ) : System.IO | ||
username | string | |
password | string | |
domain | string | |
return | System.IO |