terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Net.NTAuthentication Class Reference

Package Functions

 NTAuthentication (bool isServer, string package, NetworkCredential credential, string spn, ContextFlagsPal requestedContextFlags, global::System.Security.Authentication.ExtendedProtection.ChannelBinding channelBinding)
 
global::System.Net.Security.SafeDeleteContext GetContext ([Out] SecurityStatusPal status)
 
void CloseContext ()
 
int VerifySignature (byte[] buffer, int offset, int count)
 
int MakeSignature (byte[] buffer, int offset, int count, byte[] output)
 
string GetOutgoingBlob (string incomingBlob)
 
byte[] GetOutgoingBlob (byte[] incomingBlob, bool thrownOnError)
 
byte[] GetOutgoingBlob (byte[] incomingBlob, bool throwOnError, [Out] SecurityStatusPal statusCode)
 

Properties

bool IsCompleted [get]
 
bool IsValidContext [get]
 
string Package [get]
 
bool IsServer [get]
 
string ClientSpecifiedSpn [get]
 
string ProtocolName [get]
 
bool IsKerberos [get]
 

Private Member Functions

void Initialize (bool isServer, string package, NetworkCredential credential, string spn, ContextFlagsPal requestedContextFlags, global::System.Security.Authentication.ExtendedProtection.ChannelBinding channelBinding)
 
string GetClientSpecifiedSpn ()
 

Private Attributes

bool _isServer
 
global::System.Net.Security.SafeFreeCredentials _credentialsHandle
 
global::System.Net.Security.SafeDeleteContext _securityContext
 
string _spn
 
int _tokenSize
 
ContextFlagsPal _requestedContextFlags
 
ContextFlagsPal _contextFlags
 
bool _isCompleted
 
string _package
 
string _lastProtocolName
 
string _protocolName
 
string _clientSpecifiedSpn
 
global::System.Security.Authentication.ExtendedProtection.ChannelBinding _channelBinding
 

Detailed Description

Definition at line 9 of file NTAuthentication.cs.


The documentation for this class was generated from the following file: