terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Net.Security Namespace Reference

Classes

class  AuthenticatedStream
 
class  NegotiateStreamPal
 
class  SafeCredentialReference
 
class  SafeDeleteContext
 
class  SafeDeleteNegoContext
 
class  SafeFreeCredentials
 
class  SafeFreeNegoCredentials
 
class  SecurityBuffer
 
class  SslClientAuthenticationOptions
 
class  SslServerAuthenticationOptions
 
class  SslStream
 
class  SSPIHandleCache
 

Enumerations

enum  AuthenticationLevel { None , MutualAuthRequested , MutualAuthRequired }
 
enum  EncryptionPolicy { RequireEncryption , AllowNoEncryption , NoEncryption }
 
enum  SecurityBufferType {
  SECBUFFER_EMPTY , SECBUFFER_DATA , SECBUFFER_TOKEN , SECBUFFER_PKG_PARAMS ,
  SECBUFFER_MISSING , SECBUFFER_EXTRA , SECBUFFER_STREAM_TRAILER , SECBUFFER_STREAM_HEADER ,
  SECBUFFER_PADDING = 9 , SECBUFFER_STREAM , SECBUFFER_CHANNEL_BINDINGS = 14 , SECBUFFER_TARGET_HOST = 16 ,
  SECBUFFER_ALERT , SECBUFFER_APPLICATION_PROTOCOLS , SECBUFFER_READONLY = -2147483648 , SECBUFFER_READONLY_WITH_CHECKSUM = 268435456
}
 
enum  SslPolicyErrors { None = 0 , RemoteCertificateNotAvailable = 1 , RemoteCertificateNameMismatch = 2 , RemoteCertificateChainErrors = 4 }
 

Functions

delegate X509Certificate LocalCertificateSelectionCallback (object sender, string targetHost, X509CertificateCollection localCertificates, X509Certificate remoteCertificate, string[] acceptableIssuers)
 
delegate X509Certificate LocalCertSelectionCallback (string targetHost, X509CertificateCollection localCertificates, X509Certificate remoteCertificate, string[] acceptableIssuers)
 
delegate bool RemoteCertificateValidationCallback (object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors)
 
delegate X509Certificate ServerCertSelectionCallback (string hostName)