C# Class System.Net.Security.Tests.SslStreamStreamToStreamTest

Afficher le fichier Open project: dotnet/corefx

Méthodes protégées

Méthode Description
DoHandshake ( SslStream clientSslStream, SslStream serverSslStream ) : bool

Private Methods

Méthode Description
AllowAnyServerCertificate ( object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors ) : bool
SslStream_StreamToStream_Authentication_IncorrectServerName_Fail ( ) : void
SslStream_StreamToStream_Authentication_Success ( ) : void
SslStream_StreamToStream_LargeWrites_Sync_Success ( bool randomizedData ) : void
SslStream_StreamToStream_Successive_ClientWrite_Async_Success ( ) : Task
SslStream_StreamToStream_Successive_ClientWrite_Sync_Success ( ) : void
SslStream_StreamToStream_Successive_ClientWrite_WithZeroBytes_Success ( ) : void
SslStream_StreamToStream_Write_ReadByte_Success ( ) : void
VerifyOutput ( byte actualBuffer, byte expectedBuffer ) : bool

Method Details

DoHandshake() protected abstract méthode

protected abstract DoHandshake ( SslStream clientSslStream, SslStream serverSslStream ) : bool
clientSslStream SslStream
serverSslStream SslStream
Résultat bool