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

Datei anzeigen Open project: dotnet/corefx

Protected Methods

Method Description
DoHandshake ( SslStream clientSslStream, SslStream serverSslStream ) : bool

Private Methods

Method 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 method

protected abstract DoHandshake ( SslStream clientSslStream, SslStream serverSslStream ) : bool
clientSslStream SslStream
serverSslStream SslStream
return bool