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)
Read(Span<Byte>)
ReadAsync(Byte[], Int32, Int32, CancellationToken)
ReadAsync(Memory<Byte>, CancellationToken)
ReadByte()
Seek(Int64, SeekOrigin)
SetLength(Int64)
ShutdownAsync()
Write(Byte[])
Write(Byte[], Int32, Int32)
Write(ReadOnlySpan<Byte>)
WriteAsync(Byte[], Int32, Int32, CancellationToken)
WriteAsync(ReadOnlyMemory<Byte>, CancellationToken)
WriteByte(Byte)
net10.0
namespace System.Net.Security
{
public class SslStream : AuthenticatedStream
{
public virtual void AuthenticateAsClient(string! targetHost, X509CertificateCollection? clientCertificates, bool checkCertificateRevocation);
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| .NET | 5.06.07.08.09.010.0 |
| .NET Core | 3.03.1 |
| .NET Framework | 4.74.7.14.7.24.84.8.1 |
Information specific to net10.0 | |
| Assembly | System.Net.Security , Version=10.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