SslStream
SslStream(Stream)
SslStream(Stream, Boolean)
SslStream(Stream, Boolean, RemoteCertificateValidationCallback)
SslStream(Stream, Boolean, RemoteCertificateValidationCallback, LocalCertificateSelectionCallback)
SslStream(Stream, Boolean, RemoteCertificateValidationCallback, LocalCertificateSelectionCallback, EncryptionPolicy)
~SslStream()
CanRead
CanSeek
CanTimeout
CanWrite
CheckCertRevocationStatus
CipherAlgorithm
CipherStrength
HashAlgorithm
HashStrength
IsAuthenticated
IsEncrypted
IsMutuallyAuthenticated
IsServer
IsSigned
KeyExchangeAlgorithm
KeyExchangeStrength
Length
LocalCertificate
NegotiatedApplicationProtocol
NegotiatedCipherSuite
Position
ReadTimeout
RemoteCertificate
SslProtocol
TargetHostName
TransportContext
WriteTimeout
AuthenticateAsClient(SslClientAuthenticationOptions)
AuthenticateAsClient(String)
AuthenticateAsClient(String, X509CertificateCollection, Boolean)
AuthenticateAsClient(String, X509CertificateCollection, SslProtocols, Boolean)
AuthenticateAsClientAsync(String)
AuthenticateAsClientAsync(SslClientAuthenticationOptions, CancellationToken)
AuthenticateAsClientAsync(String, X509CertificateCollection, Boolean)
AuthenticateAsClientAsync(String, X509CertificateCollection, SslProtocols, Boolean)
AuthenticateAsServer(SslServerAuthenticationOptions)
AuthenticateAsServer(X509Certificate)
AuthenticateAsServer(X509Certificate, Boolean, Boolean)
AuthenticateAsServer(X509Certificate, Boolean, SslProtocols, Boolean)
AuthenticateAsServerAsync(X509Certificate)
AuthenticateAsServerAsync(SslServerAuthenticationOptions, CancellationToken)
AuthenticateAsServerAsync(ServerOptionsSelectionCallback, Object, CancellationToken)
AuthenticateAsServerAsync(X509Certificate, Boolean, Boolean)
AuthenticateAsServerAsync(X509Certificate, Boolean, SslProtocols, Boolean)
BeginAuthenticateAsClient(String, AsyncCallback, Object)
BeginAuthenticateAsClient(String, X509CertificateCollection, Boolean, AsyncCallback, Object)
BeginAuthenticateAsClient(String, X509CertificateCollection, SslProtocols, Boolean, AsyncCallback, Object)
BeginAuthenticateAsServer(X509Certificate, AsyncCallback, Object)
BeginAuthenticateAsServer(X509Certificate, Boolean, Boolean, AsyncCallback, Object)
BeginAuthenticateAsServer(X509Certificate, Boolean, SslProtocols, Boolean, AsyncCallback, Object)
BeginRead(Byte[], Int32, Int32, AsyncCallback, Object)
BeginWrite(Byte[], Int32, Int32, AsyncCallback, Object)
Dispose(Boolean)
DisposeAsync()
EndAuthenticateAsClient(IAsyncResult)
EndAuthenticateAsServer(IAsyncResult)
EndRead(IAsyncResult)
EndWrite(IAsyncResult)
Flush()
FlushAsync(CancellationToken)
NegotiateClientCertificateAsync(CancellationToken)
Read(Byte[], Int32, Int32)
ReadAsync(Byte[], Int32, Int32, CancellationToken)
ReadAsync(Memory<Byte>, CancellationToken)
ReadByte()
Seek(Int64, SeekOrigin)
SetLength(Int64)
ShutdownAsync()
Write(Byte[])
Write(Byte[], Int32, Int32)
WriteAsync(Byte[], Int32, Int32, CancellationToken)
WriteAsync(ReadOnlyMemory<Byte>, CancellationToken)
net9.0
namespace System.Net.Security
{
public class SslStream : AuthenticatedStream
{
public override Task<int>! ReadAsync(byte[]! buffer, int offset, int count, CancellationToken cancellationToken);
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| .NET | 5.06.07.08.09.0 |
| .NET Core | 3.03.1 |
| .NET Standard | 2.1 |
Information specific to net9.0 | |
| Assembly | System.Net.Security , Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This API is supported on any platform except for these:
|
- Built-in API
- Package-provided API