C# Class GSF.Security.SecureStreamClientDefault

Creates a secure stream that connects via the default credential
Inheritance: SecureStreamClientBase
Afficher le fichier Open project: GridProtectionAlliance/openHistorian Class Usage Examples

Méthodes publiques

Méthode Description
SecureStreamClientDefault ( ) : 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

SecureStreamClientDefault() public méthode

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