Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SecurityStatusPalErrorCode.cs
Go to the documentation of this file.
1
namespace
System.Net
;
2
3
internal
enum
SecurityStatusPalErrorCode
4
{
5
NotSet
,
6
OK
,
7
ContinueNeeded
,
8
CompleteNeeded
,
9
CompAndContinue
,
10
ContextExpired
,
11
CredentialsNeeded
,
12
Renegotiate
,
13
TryAgain
,
14
OutOfMemory
,
15
InvalidHandle
,
16
Unsupported
,
17
TargetUnknown
,
18
InternalError
,
19
PackageNotFound
,
20
NotOwner
,
21
CannotInstall
,
22
InvalidToken
,
23
CannotPack
,
24
QopNotSupported
,
25
NoImpersonation
,
26
LogonDenied
,
27
UnknownCredentials
,
28
NoCredentials
,
29
MessageAltered
,
30
OutOfSequence
,
31
NoAuthenticatingAuthority
,
32
IncompleteMessage
,
33
IncompleteCredentials
,
34
BufferNotEnough
,
35
WrongPrincipal
,
36
TimeSkew
,
37
UntrustedRoot
,
38
IllegalMessage
,
39
CertUnknown
,
40
CertExpired
,
41
DecryptFailure
,
42
AlgorithmMismatch
,
43
SecurityQosFailed
,
44
SmartcardLogonRequired
,
45
UnsupportedPreauth
,
46
BadBinding
,
47
DowngradeDetected
,
48
ApplicationProtocolMismatch
,
49
NoRenegotiation
50
}
System.Net.SecurityStatusPalErrorCode
SecurityStatusPalErrorCode
Definition
SecurityStatusPalErrorCode.cs:4
System.Net.SecurityStatusPalErrorCode.PackageNotFound
@ PackageNotFound
System.Net.SecurityStatusPalErrorCode.MessageAltered
@ MessageAltered
System.Net.SecurityStatusPalErrorCode.SecurityQosFailed
@ SecurityQosFailed
System.Net.SecurityStatusPalErrorCode.IncompleteCredentials
@ IncompleteCredentials
System.Net.SecurityStatusPalErrorCode.TargetUnknown
@ TargetUnknown
System.Net.SecurityStatusPalErrorCode.CompleteNeeded
@ CompleteNeeded
System.Net.SecurityStatusPalErrorCode.NoImpersonation
@ NoImpersonation
System.Net.SecurityStatusPalErrorCode.BadBinding
@ BadBinding
System.Net.SecurityStatusPalErrorCode.IncompleteMessage
@ IncompleteMessage
System.Net.SecurityStatusPalErrorCode.InvalidHandle
@ InvalidHandle
System.Net.SecurityStatusPalErrorCode.CannotPack
@ CannotPack
System.Net.SecurityStatusPalErrorCode.BufferNotEnough
@ BufferNotEnough
System.Net.SecurityStatusPalErrorCode.CannotInstall
@ CannotInstall
System.Net.SecurityStatusPalErrorCode.ContextExpired
@ ContextExpired
System.Net.SecurityStatusPalErrorCode.ContinueNeeded
@ ContinueNeeded
System.Net.SecurityStatusPalErrorCode.UnsupportedPreauth
@ UnsupportedPreauth
System.Net.SecurityStatusPalErrorCode.UntrustedRoot
@ UntrustedRoot
System.Net.SecurityStatusPalErrorCode.ApplicationProtocolMismatch
@ ApplicationProtocolMismatch
System.Net.SecurityStatusPalErrorCode.NoRenegotiation
@ NoRenegotiation
System.Net.SecurityStatusPalErrorCode.CompAndContinue
@ CompAndContinue
System.Net.SecurityStatusPalErrorCode.Renegotiate
@ Renegotiate
System.Net.SecurityStatusPalErrorCode.NotOwner
@ NotOwner
System.Net.SecurityStatusPalErrorCode.InternalError
@ InternalError
System.Net.SecurityStatusPalErrorCode.CertUnknown
@ CertUnknown
System.Net.SecurityStatusPalErrorCode.OutOfSequence
@ OutOfSequence
System.Net.SecurityStatusPalErrorCode.TimeSkew
@ TimeSkew
System.Net.SecurityStatusPalErrorCode.InvalidToken
@ InvalidToken
System.Net.SecurityStatusPalErrorCode.UnknownCredentials
@ UnknownCredentials
System.Net.SecurityStatusPalErrorCode.IllegalMessage
@ IllegalMessage
System.Net.SecurityStatusPalErrorCode.DecryptFailure
@ DecryptFailure
System.Net.SecurityStatusPalErrorCode.LogonDenied
@ LogonDenied
System.Net.SecurityStatusPalErrorCode.Unsupported
@ Unsupported
System.Net.SecurityStatusPalErrorCode.OutOfMemory
@ OutOfMemory
System.Net.SecurityStatusPalErrorCode.CertExpired
@ CertExpired
System.Net.SecurityStatusPalErrorCode.NoAuthenticatingAuthority
@ NoAuthenticatingAuthority
System.Net.SecurityStatusPalErrorCode.QopNotSupported
@ QopNotSupported
System.Net.SecurityStatusPalErrorCode.WrongPrincipal
@ WrongPrincipal
System.Net.SecurityStatusPalErrorCode.OK
@ OK
System.Net.SecurityStatusPalErrorCode.DowngradeDetected
@ DowngradeDetected
System.Net.SecurityStatusPalErrorCode.NoCredentials
@ NoCredentials
System.Net.SecurityStatusPalErrorCode.TryAgain
@ TryAgain
System.Net.SecurityStatusPalErrorCode.CredentialsNeeded
@ CredentialsNeeded
System.Net.SecurityStatusPalErrorCode.AlgorithmMismatch
@ AlgorithmMismatch
System.Net.SecurityStatusPalErrorCode.SmartcardLogonRequired
@ SmartcardLogonRequired
System.Net.SecurityStatusPalErrorCode.NotSet
@ NotSet
System.Net
Definition
HttpClientJsonExtensions.cs:8
source
System.Net.Http
System.Net
SecurityStatusPalErrorCode.cs
Generated by
1.10.0