C# Class GSF.Security.SecureStreamClientIntegratedSecurity

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

Méthodes publiques

Méthode Description
SecureStreamClientIntegratedSecurity ( ) : System.IO

Creates a new SecureStreamClientIntegratedSecurity

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

Creates a new SecureStreamClientIntegratedSecurity

Méthodes protégées

Méthode Description
InternalTryAuthenticate ( Stream stream, byte certSignatures ) : bool

Authenticates with the remote server.

Method Details

InternalTryAuthenticate() protected méthode

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

SecureStreamClientIntegratedSecurity() public méthode

Creates a new SecureStreamClientIntegratedSecurity
public SecureStreamClientIntegratedSecurity ( ) : System.IO
Résultat System.IO

SecureStreamClientIntegratedSecurity() public méthode

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