Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.Security.SslStream Member List

This is the complete list of members for System.Net.Security.SslStream, including all inherited members.

_asyncActiveSemaphoreSystem.IO.Streamprotected
_certSelectionDelegateSystem.Net.Security.SslStreampackage
_connectionOpenedStatusSystem.Net.Security.SslStreamprivate
_contextSystem.Net.Security.SslStreamprivate
_decryptedBytesCountSystem.Net.Security.SslStreampackage
_decryptedBytesOffsetSystem.Net.Security.SslStreampackage
_encryptionPolicySystem.Net.Security.SslStreampackage
_exceptionSystem.Net.Security.SslStreamprivate
_framingSystem.Net.Security.SslStreamprivate
_handshakeBufferSystem.Net.Security.SslStreamprivate
_handshakeCompletedSystem.Net.Security.SslStreamprivate
_handshakeLockSystem.Net.Security.SslStreamprivate
_handshakeWaiterSystem.Net.Security.SslStreamprivate
_innerStreamSystem.Net.Security.SslStreamprivate
_internalBufferSystem.Net.Security.SslStreampackage
_internalBufferCountSystem.Net.Security.SslStreampackage
_internalOffsetSystem.Net.Security.SslStreampackage
_isRenegoSystem.Net.Security.SslStreamprivate
_lastFrameSystem.Net.Security.SslStreamprivate
_leaveStreamOpenSystem.Net.Security.AuthenticatedStreamprivate
_nestedAuthSystem.Net.Security.SslStreamprivate
_nestedReadSystem.Net.Security.SslStreamprivate
_nestedWriteSystem.Net.Security.SslStreamprivate
_receivedEOFSystem.Net.Security.SslStreamprivate
_shutdownSystem.Net.Security.SslStreamprivate
_sslAuthenticationOptionsSystem.Net.Security.SslStreamprivate
_userCertificateSelectionCallbackSystem.Net.Security.SslStreampackage
_userCertificateValidationCallbackSystem.Net.Security.SslStreampackage
_userServerCertificateSelectionCallbackSystem.Net.Security.SslStreampackage
AuthenticateAsClient(string targetHost)System.Net.Security.SslStreaminlinevirtual
AuthenticateAsClient(string targetHost, X509CertificateCollection? clientCertificates, bool checkCertificateRevocation)System.Net.Security.SslStreaminlinevirtual
AuthenticateAsClient(string targetHost, X509CertificateCollection? clientCertificates, SslProtocols enabledSslProtocols, bool checkCertificateRevocation)System.Net.Security.SslStreaminlinevirtual
AuthenticateAsClient(SslClientAuthenticationOptions sslClientAuthenticationOptions)System.Net.Security.SslStreaminline
AuthenticateAsClientApm(SslClientAuthenticationOptions sslClientAuthenticationOptions, CancellationToken cancellationToken=default(CancellationToken))System.Net.Security.SslStreaminlineprivate
AuthenticateAsClientAsync(string targetHost)System.Net.Security.SslStreaminlinevirtual
AuthenticateAsClientAsync(string targetHost, X509CertificateCollection? clientCertificates, bool checkCertificateRevocation)System.Net.Security.SslStreaminlinevirtual
AuthenticateAsClientAsync(string targetHost, X509CertificateCollection? clientCertificates, SslProtocols enabledSslProtocols, bool checkCertificateRevocation)System.Net.Security.SslStreaminlinevirtual
AuthenticateAsClientAsync(SslClientAuthenticationOptions sslClientAuthenticationOptions, CancellationToken cancellationToken=default(CancellationToken))System.Net.Security.SslStreaminline
AuthenticateAsServer(X509Certificate serverCertificate)System.Net.Security.SslStreaminlinevirtual
AuthenticateAsServer(X509Certificate serverCertificate, bool clientCertificateRequired, bool checkCertificateRevocation)System.Net.Security.SslStreaminlinevirtual
AuthenticateAsServer(X509Certificate serverCertificate, bool clientCertificateRequired, SslProtocols enabledSslProtocols, bool checkCertificateRevocation)System.Net.Security.SslStreaminlinevirtual
AuthenticateAsServer(SslServerAuthenticationOptions sslServerAuthenticationOptions)System.Net.Security.SslStreaminline
AuthenticateAsServerApm(SslServerAuthenticationOptions sslServerAuthenticationOptions, CancellationToken cancellationToken=default(CancellationToken))System.Net.Security.SslStreaminlineprivate
AuthenticateAsServerAsync(X509Certificate serverCertificate)System.Net.Security.SslStreaminlinevirtual
AuthenticateAsServerAsync(X509Certificate serverCertificate, bool clientCertificateRequired, bool checkCertificateRevocation)System.Net.Security.SslStreaminlinevirtual
AuthenticateAsServerAsync(X509Certificate serverCertificate, bool clientCertificateRequired, SslProtocols enabledSslProtocols, bool checkCertificateRevocation)System.Net.Security.SslStreaminlinevirtual
AuthenticateAsServerAsync(SslServerAuthenticationOptions sslServerAuthenticationOptions, CancellationToken cancellationToken=default(CancellationToken))System.Net.Security.SslStreaminline
AuthenticateAsServerAsync(ServerOptionsSelectionCallback optionsCallback, object? state, CancellationToken cancellationToken=default(CancellationToken))System.Net.Security.SslStreaminline
AuthenticatedStream(Stream innerStream, bool leaveInnerStreamOpen)System.Net.Security.AuthenticatedStreaminlineprotected
BeginAuthenticateAsClient(string targetHost, AsyncCallback? asyncCallback, object? asyncState)System.Net.Security.SslStreaminlinevirtual
BeginAuthenticateAsClient(string targetHost, X509CertificateCollection? clientCertificates, bool checkCertificateRevocation, AsyncCallback? asyncCallback, object? asyncState)System.Net.Security.SslStreaminlinevirtual
BeginAuthenticateAsClient(string targetHost, X509CertificateCollection? clientCertificates, SslProtocols enabledSslProtocols, bool checkCertificateRevocation, AsyncCallback? asyncCallback, object? asyncState)System.Net.Security.SslStreaminlinevirtual
BeginAuthenticateAsClient(SslClientAuthenticationOptions sslClientAuthenticationOptions, CancellationToken cancellationToken, AsyncCallback asyncCallback, object asyncState)System.Net.Security.SslStreaminlinepackage
BeginAuthenticateAsServer(X509Certificate serverCertificate, AsyncCallback? asyncCallback, object? asyncState)System.Net.Security.SslStreaminlinevirtual
BeginAuthenticateAsServer(X509Certificate serverCertificate, bool clientCertificateRequired, bool checkCertificateRevocation, AsyncCallback? asyncCallback, object? asyncState)System.Net.Security.SslStreaminlinevirtual
BeginAuthenticateAsServer(X509Certificate serverCertificate, bool clientCertificateRequired, SslProtocols enabledSslProtocols, bool checkCertificateRevocation, AsyncCallback? asyncCallback, object? asyncState)System.Net.Security.SslStreaminlinevirtual
BeginAuthenticateAsServer(SslServerAuthenticationOptions sslServerAuthenticationOptions, CancellationToken cancellationToken, AsyncCallback asyncCallback, object asyncState)System.Net.Security.SslStreaminlineprivate
BeginEndReadAsync(byte[] buffer, int offset, int count)System.IO.Streaminlineprivate
BeginEndWriteAsync(byte[] buffer, int offset, int count)System.IO.Streaminlineprivate
BeginRead(byte[] buffer, int offset, int count, AsyncCallback? asyncCallback, object? asyncState)System.Net.Security.SslStreaminlinevirtual
BeginReadInternal(byte[] buffer, int offset, int count, AsyncCallback callback, object state, bool serializeAsynchronously, bool apm)System.IO.Streaminlinepackage
BeginWrite(byte[] buffer, int offset, int count, AsyncCallback? asyncCallback, object? asyncState)System.Net.Security.SslStreaminlinevirtual
BeginWriteInternal(byte[] buffer, int offset, int count, AsyncCallback callback, object state, bool serializeAsynchronously, bool apm)System.IO.Streaminlinepackage
CanReadSystem.Net.Security.SslStream
CanSeekSystem.Net.Security.SslStream
CanTimeoutSystem.Net.Security.SslStream
CanWriteSystem.Net.Security.SslStream
CheckCertRevocationStatusSystem.Net.Security.SslStream
CipherAlgorithmSystem.Net.Security.SslStream
CipherStrengthSystem.Net.Security.SslStream
Close()System.IO.Streaminlinevirtual
CloseInternal()System.Net.Security.SslStreaminlineprivate
CompleteHandshake(ref ProtocolToken alertToken, out SslPolicyErrors sslPolicyErrors, out X509ChainStatusFlags chainStatus)System.Net.Security.SslStreaminlineprivate
CompleteHandshake(SslAuthenticationOptions sslAuthenticationOptions)System.Net.Security.SslStreaminlineprivate
ConsumeBufferedBytes(int byteCount)System.Net.Security.SslStreaminlineprivate
CopyDecryptedData(Memory< byte > buffer)System.Net.Security.SslStreaminlineprivate
CopyTo(Stream destination)System.IO.Streaminline
CopyTo(Stream destination, int bufferSize)System.IO.Streaminlinevirtual
CopyToAsync(Stream destination)System.IO.Streaminline
CopyToAsync(Stream destination, int bufferSize)System.IO.Streaminline
CopyToAsync(Stream destination, CancellationToken cancellationToken)System.IO.Streaminline
CopyToAsync(Stream destination, int bufferSize, CancellationToken cancellationToken)System.IO.Streaminlinevirtual
CreateAuthenticationOptions(SslServerAuthenticationOptions sslServerAuthenticationOptions)System.Net.Security.SslStreaminlineprivate
CreateWaitHandle()System.IO.Streaminlineprotectedvirtual
DecryptData(int frameSize)System.Net.Security.SslStreaminlineprivate
DetectFraming(ReadOnlySpan< byte > bytes)System.Net.Security.SslStreaminlineprivate
Dispose(bool disposing)System.Net.Security.SslStreaminlineprotectedvirtual
System::IO::Stream.Dispose()System.IO.Streaminline
DisposeAsync()System.Net.Security.SslStreaminlinevirtual
EncryptData(ReadOnlyMemory< byte > buffer, ref byte[] outBuffer, out int outSize)System.Net.Security.SslStreaminlineprivate
EndAuthenticateAsClient(IAsyncResult asyncResult)System.Net.Security.SslStreaminlinevirtual
EndAuthenticateAsServer(IAsyncResult asyncResult)System.Net.Security.SslStreaminlinevirtual
EndRead(IAsyncResult asyncResult)System.Net.Security.SslStreaminlinevirtual
EndWrite(IAsyncResult asyncResult)System.Net.Security.SslStreaminlinevirtual
EnsureAsyncActiveSemaphoreInitialized()System.IO.Streaminlineprotected
EnsureFullTlsFrameAsync< TIOAdapter >(TIOAdapter adapter)System.Net.Security.SslStreaminlineprivate
FillHandshakeBufferAsync< TIOAdapter >(TIOAdapter adapter, int minSize)System.Net.Security.SslStreaminlineprivate
FinishTrackingAsyncOperation(ReadWriteTask task)System.IO.Streaminlineprivate
FinishWriteAsync(Task writeTask, byte[] localBuffer)System.IO.Streaminlineprivatestatic
Flush()System.Net.Security.SslStreaminline
FlushAsync(CancellationToken cancellationToken)System.Net.Security.SslStreaminlinevirtual
System::Net::Security::AuthenticatedStream.FlushAsync()System.IO.Streaminline
ForceAuthenticationAsync< TIOAdapter >(TIOAdapter adapter, bool receiveFirst, byte[] reAuthenticationData, bool isApm=false)System.Net.Security.SslStreaminlineprivate
Framing enum nameSystem.Net.Security.SslStreamprivate
GetChannelBinding(ChannelBindingKind kind)System.Net.Security.SslStreaminlinepackage
GetCopyBufferSize()System.IO.Streaminlineprivate
GetFrameSize(ReadOnlySpan< byte > buffer)System.Net.Security.SslStreaminlineprivate
GetLifetimeService()System.MarshalByRefObjectinline
GetSslProtocolInternal()System.Net.Security.SslStreaminlineprivate
HashAlgorithmSystem.Net.Security.SslStream
HashStrengthSystem.Net.Security.SslStream
HasOverriddenBeginEndRead()System.IO.Streamprivate
HasOverriddenBeginEndWrite()System.IO.Streamprivate
HaveFullTlsFrame(out int frameSize)System.Net.Security.SslStreaminlineprivate
InitializeLifetimeService()System.MarshalByRefObjectinlinevirtual
InnerStreamSystem.Net.Security.AuthenticatedStreamprotected
IsAuthenticatedSystem.Net.Security.SslStream
IsEncryptedSystem.Net.Security.SslStream
IsMutuallyAuthenticatedSystem.Net.Security.SslStream
IsServerSystem.Net.Security.SslStream
IsSignedSystem.Net.Security.SslStream
KeyExchangeAlgorithmSystem.Net.Security.SslStream
KeyExchangeStrengthSystem.Net.Security.SslStream
LeaveInnerStreamOpenSystem.Net.Security.AuthenticatedStream
LengthSystem.Net.Security.SslStream
LocalCertificateSystem.Net.Security.SslStream
MaxDataSizeSystem.Net.Security.SslStreamprivate
MemberwiseClone(bool cloneIdentity)System.MarshalByRefObjectinlineprotected
NegotiateClientCertificateAsync(CancellationToken cancellationToken=default(CancellationToken))System.Net.Security.SslStreaminlinevirtual
NegotiatedApplicationProtocolSystem.Net.Security.SslStream
NegotiatedCipherSuiteSystem.Net.Security.SslStream
NullSystem.IO.Streamstatic
ObjectInvariant()System.IO.Streaminlineprotectedvirtual
PositionSystem.Net.Security.SslStream
ProcessAuthenticationAsync(bool isAsync=false, bool isApm=false, CancellationToken cancellationToken=default(CancellationToken))System.Net.Security.SslStreaminlineprivate
ProcessAuthenticationWithTelemetryAsync(bool isAsync, bool isApm, CancellationToken cancellationToken)System.Net.Security.SslStreaminlineprivate
ProcessBlob(int frameSize)System.Net.Security.SslStreaminlineprivate
Read(byte[] buffer, int offset, int count)System.Net.Security.SslStreaminline
System::Net::Security::AuthenticatedStream.Read(Span< byte > buffer)System.IO.Streaminlinevirtual
ReadAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken)System.Net.Security.SslStreaminlinevirtual
ReadAsync(Memory< byte > buffer, CancellationToken cancellationToken=default(CancellationToken))System.Net.Security.SslStreaminlinevirtual
System::Net::Security::AuthenticatedStream.ReadAsync(byte[] buffer, int offset, int count)System.IO.Streaminline
ReadAsyncInternal< TIOAdapter >(TIOAdapter adapter, Memory< byte > buffer)System.Net.Security.SslStreaminlineprivate
ReadByte()System.Net.Security.SslStreaminlinevirtual
ReadTimeoutSystem.Net.Security.SslStream
ReceiveBlobAsync< TIOAdapter >(TIOAdapter adapter)System.Net.Security.SslStreaminlineprivate
RemoteCertificateSystem.Net.Security.SslStream
RenegotiateAsync< TIOAdapter >(TIOAdapter adapter)System.Net.Security.SslStreaminlineprivate
ReplyOnReAuthenticationAsync< TIOAdapter >(TIOAdapter adapter, byte[] buffer)System.Net.Security.SslStreaminlineprivate
ResetReadBuffer()System.Net.Security.SslStreaminlineprivate
ReturnReadBufferIfEmpty()System.Net.Security.SslStreaminlineprivate
RunReadWriteTask(ReadWriteTask readWriteTask)System.IO.Streaminlineprivatestatic
RunReadWriteTaskWhenReady(Task asyncWaiter, ReadWriteTask readWriteTask)System.IO.Streaminlineprivatestatic
s_disposedSentinelSystem.Net.Security.SslStreamprivatestatic
Seek(long offset, SeekOrigin origin)System.Net.Security.SslStreaminline
SendAuthResetSignal(ProtocolToken message, ExceptionDispatchInfo exception)System.Net.Security.SslStreaminlineprivate
ServerCertSelectionCallbackWrapper(string targetHost)System.Net.Security.SslStreaminlineprivate
SetAndVerifySelectionCallback(LocalCertificateSelectionCallback callback)System.Net.Security.SslStreaminlineprivate
SetAndVerifyValidationCallback(RemoteCertificateValidationCallback callback)System.Net.Security.SslStreaminlineprivate
SetException(Exception e)System.Net.Security.SslStreaminlineprivate
SetLength(long value)System.Net.Security.SslStreaminline
ShutdownAsync()System.Net.Security.SslStreaminlinevirtual
SslProtocolSystem.Net.Security.SslStream
SslStream(Stream innerStream)System.Net.Security.SslStreaminline
SslStream(Stream innerStream, bool leaveInnerStreamOpen)System.Net.Security.SslStreaminline
SslStream(Stream innerStream, bool leaveInnerStreamOpen, RemoteCertificateValidationCallback? userCertificateValidationCallback)System.Net.Security.SslStreaminline
SslStream(Stream innerStream, bool leaveInnerStreamOpen, RemoteCertificateValidationCallback? userCertificateValidationCallback, LocalCertificateSelectionCallback? userCertificateSelectionCallback)System.Net.Security.SslStreaminline
SslStream(Stream innerStream, bool leaveInnerStreamOpen, RemoteCertificateValidationCallback? userCertificateValidationCallback, LocalCertificateSelectionCallback? userCertificateSelectionCallback, EncryptionPolicy encryptionPolicy)System.Net.Security.SslStreaminline
Synchronized(Stream stream)System.IO.Streaminlinestatic
TargetHostNameSystem.Net.Security.SslStream
ThrowIfExceptional()System.Net.Security.SslStreaminlineprivate
ThrowIfExceptionalOrNotAuthenticated()System.Net.Security.SslStreaminlineprivate
ThrowIfExceptionalOrNotAuthenticatedOrShutdown()System.Net.Security.SslStreaminlineprivate
ThrowIfExceptionalOrNotHandshake()System.Net.Security.SslStreaminlineprivate
ThrowNotAuthenticated()System.Net.Security.SslStreaminlineprivatestatic
TransportContextSystem.Net.Security.SslStream
UserCertSelectionCallbackWrapper(string targetHost, X509CertificateCollection localCertificates, X509Certificate remoteCertificate, string[] acceptableIssuers)System.Net.Security.SslStreaminlineprivate
ValidateBufferArguments(byte[] buffer, int offset, int count)System.IO.Streaminlineprotectedstatic
ValidateCopyToArguments(Stream destination, int bufferSize)System.IO.Streaminlineprotectedstatic
ValidateCreateContext(SslClientAuthenticationOptions sslClientAuthenticationOptions, RemoteCertificateValidationCallback remoteCallback, LocalCertSelectionCallback localCallback)System.Net.Security.SslStreaminlineprivate
ValidateCreateContext(SslAuthenticationOptions sslAuthenticationOptions)System.Net.Security.SslStreaminlineprivate
Write(byte[] buffer)System.Net.Security.SslStreaminline
Write(byte[] buffer, int offset, int count)System.Net.Security.SslStreaminline
System::Net::Security::AuthenticatedStream.Write(ReadOnlySpan< byte > buffer)System.IO.Streaminlinevirtual
WriteAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken)System.Net.Security.SslStreaminlinevirtual
WriteAsync(ReadOnlyMemory< byte > buffer, CancellationToken cancellationToken=default(CancellationToken))System.Net.Security.SslStreaminlinevirtual
System::Net::Security::AuthenticatedStream.WriteAsync(byte[] buffer, int offset, int count)System.IO.Streaminline
WriteAsyncChunked< TIOAdapter >(TIOAdapter writeAdapter, ReadOnlyMemory< byte > buffer)System.Net.Security.SslStreaminlineprivate
WriteAsyncInternal< TIOAdapter >(TIOAdapter writeAdapter, ReadOnlyMemory< byte > buffer)System.Net.Security.SslStreaminlineprivate
WriteByte(byte value)System.IO.Streaminlinevirtual
WriteSingleChunk< TIOAdapter >(TIOAdapter writeAdapter, ReadOnlyMemory< byte > buffer)System.Net.Security.SslStreaminlineprivate
WriteTimeoutSystem.Net.Security.SslStream
~SslStream()System.Net.Security.SslStreaminlineprivate