C# Class GSF.Security.SecureStreamClientIntegratedSecurity

Creates a secure stream that connects to a server using windows Integrated Security.
Inheritance: SecureStreamClientBase
Show file Open project: GridProtectionAlliance/openHistorian Class Usage Examples

Public Methods

Method Description
SecureStreamClientIntegratedSecurity ( ) : System.IO

Creates a new SecureStreamClientIntegratedSecurity

SecureStreamClientIntegratedSecurity ( string username, string password, string domain ) : System.IO

Creates a new SecureStreamClientIntegratedSecurity

Protected Methods

Method Description
InternalTryAuthenticate ( Stream stream, byte certSignatures ) : bool

Authenticates with the remote server.

Method Details

InternalTryAuthenticate() protected method

Authenticates with the remote server.
protected InternalTryAuthenticate ( Stream stream, byte certSignatures ) : bool
stream System.IO.Stream the stream to authentication on
certSignatures byte
return bool

SecureStreamClientIntegratedSecurity() public method

Creates a new SecureStreamClientIntegratedSecurity
public SecureStreamClientIntegratedSecurity ( ) : System.IO
return System.IO

SecureStreamClientIntegratedSecurity() public method

Creates a new SecureStreamClientIntegratedSecurity
public SecureStreamClientIntegratedSecurity ( string username, string password, string domain ) : System.IO
username string
password string
domain string
return System.IO