Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
s_statusDictionary
[2/2]
readonly
BidirectionalDictionary
<global.Interop.SECURITY_STATUS,
SecurityStatusPalErrorCode
> System.Net.SecurityStatusAdapterPal.s_statusDictionary
static
private
Initial value:
=
new
BidirectionalDictionary<global::Interop.SECURITY_STATUS,
SecurityStatusPalErrorCode
>(43)
{
{
global::Interop.SECURITY_STATUS.AlgorithmMismatch,
SecurityStatusPalErrorCode.AlgorithmMismatch
},
{
global::Interop.SECURITY_STATUS.ApplicationProtocolMismatch,
SecurityStatusPalErrorCode.ApplicationProtocolMismatch
},
{
global::Interop.SECURITY_STATUS.BadBinding,
SecurityStatusPalErrorCode.BadBinding
},
{
global::Interop.SECURITY_STATUS.BufferNotEnough,
SecurityStatusPalErrorCode.BufferNotEnough
},
{
global::Interop.SECURITY_STATUS.CannotInstall,
SecurityStatusPalErrorCode.CannotInstall
},
{
global::Interop.SECURITY_STATUS.CannotPack,
SecurityStatusPalErrorCode.CannotPack
},
{
global::Interop.SECURITY_STATUS.CertExpired,
SecurityStatusPalErrorCode.CertExpired
},
{
global::Interop.SECURITY_STATUS.CertUnknown,
SecurityStatusPalErrorCode.CertUnknown
},
{
global::Interop.SECURITY_STATUS.CompAndContinue,
SecurityStatusPalErrorCode.CompAndContinue
},
{
global::Interop.SECURITY_STATUS.CompleteNeeded,
SecurityStatusPalErrorCode.CompleteNeeded
},
{
global::Interop.SECURITY_STATUS.ContextExpired,
SecurityStatusPalErrorCode.ContextExpired
},
{
global::Interop.SECURITY_STATUS.ContinueNeeded,
SecurityStatusPalErrorCode.ContinueNeeded
},
{
global::Interop.SECURITY_STATUS.CredentialsNeeded,
SecurityStatusPalErrorCode.CredentialsNeeded
},
{
global::Interop.SECURITY_STATUS.DecryptFailure,
SecurityStatusPalErrorCode.DecryptFailure
},
{
global::Interop.SECURITY_STATUS.DowngradeDetected,
SecurityStatusPalErrorCode.DowngradeDetected
},
{
global::Interop.SECURITY_STATUS.IllegalMessage,
SecurityStatusPalErrorCode.IllegalMessage
},
{
global::Interop.SECURITY_STATUS.IncompleteCredentials,
SecurityStatusPalErrorCode.IncompleteCredentials
},
{
global::Interop.SECURITY_STATUS.IncompleteMessage,
SecurityStatusPalErrorCode.IncompleteMessage
},
{
global::Interop.SECURITY_STATUS.InternalError,
SecurityStatusPalErrorCode.InternalError
},
{
global::Interop.SECURITY_STATUS.InvalidHandle,
SecurityStatusPalErrorCode.InvalidHandle
},
{
global::Interop.SECURITY_STATUS.InvalidToken,
SecurityStatusPalErrorCode.InvalidToken
},
{
global::Interop.SECURITY_STATUS.LogonDenied,
SecurityStatusPalErrorCode.LogonDenied
},
{
global::Interop.SECURITY_STATUS.MessageAltered,
SecurityStatusPalErrorCode.MessageAltered
},
{
global::Interop.SECURITY_STATUS.NoAuthenticatingAuthority,
SecurityStatusPalErrorCode.NoAuthenticatingAuthority
},
{
global::Interop.SECURITY_STATUS.NoImpersonation,
SecurityStatusPalErrorCode.NoImpersonation
},
{
global::Interop.SECURITY_STATUS.NoCredentials,
SecurityStatusPalErrorCode.NoCredentials
},
{
global::Interop.SECURITY_STATUS.NotOwner,
SecurityStatusPalErrorCode.NotOwner
},
{
global::Interop.SECURITY_STATUS.OK,
SecurityStatusPalErrorCode.OK
},
{
global::Interop.SECURITY_STATUS.OutOfMemory,
SecurityStatusPalErrorCode.OutOfMemory
},
{
global::Interop.SECURITY_STATUS.OutOfSequence,
SecurityStatusPalErrorCode.OutOfSequence
},
{
global::Interop.SECURITY_STATUS.PackageNotFound,
SecurityStatusPalErrorCode.PackageNotFound
},
{
global::Interop.SECURITY_STATUS.QopNotSupported,
SecurityStatusPalErrorCode.QopNotSupported
},
{
global::Interop.SECURITY_STATUS.Renegotiate,
SecurityStatusPalErrorCode.Renegotiate
},
{
global::Interop.SECURITY_STATUS.SecurityQosFailed,
SecurityStatusPalErrorCode.SecurityQosFailed
},
{
global::Interop.SECURITY_STATUS.SmartcardLogonRequired,
SecurityStatusPalErrorCode.SmartcardLogonRequired
},
{
global::Interop.SECURITY_STATUS.TargetUnknown,
SecurityStatusPalErrorCode.TargetUnknown
},
{
global::Interop.SECURITY_STATUS.TimeSkew,
SecurityStatusPalErrorCode.TimeSkew
},
{
global::Interop.SECURITY_STATUS.UnknownCredentials,
SecurityStatusPalErrorCode.UnknownCredentials
},
{
global::Interop.SECURITY_STATUS.UnsupportedPreauth,
SecurityStatusPalErrorCode.UnsupportedPreauth
},
{
global::Interop.SECURITY_STATUS.Unsupported,
SecurityStatusPalErrorCode.Unsupported
},
{
global::Interop.SECURITY_STATUS.UntrustedRoot,
SecurityStatusPalErrorCode.UntrustedRoot
},
{
global::Interop.SECURITY_STATUS.WrongPrincipal,
SecurityStatusPalErrorCode.WrongPrincipal
},
{
global::Interop.SECURITY_STATUS.NoRenegotiation,
SecurityStatusPalErrorCode.NoRenegotiation
}
}
System.Net.SecurityStatusPalErrorCode
SecurityStatusPalErrorCode
Definition
SecurityStatusPalErrorCode.cs:4
Definition at line
8
of file
SecurityStatusAdapterPal.cs
.
9
{
10
{
11
global::Interop.SECURITY_STATUS.AlgorithmMismatch,
12
SecurityStatusPalErrorCode.AlgorithmMismatch
13
},
14
{
15
global::Interop.SECURITY_STATUS.ApplicationProtocolMismatch,
16
SecurityStatusPalErrorCode.ApplicationProtocolMismatch
17
},
18
{
19
global::Interop.SECURITY_STATUS.BadBinding,
20
SecurityStatusPalErrorCode.BadBinding
21
},
22
{
23
global::Interop.SECURITY_STATUS.BufferNotEnough,
24
SecurityStatusPalErrorCode.BufferNotEnough
25
},
26
{
27
global::Interop.SECURITY_STATUS.CannotInstall,
28
SecurityStatusPalErrorCode.CannotInstall
29
},
30
{
31
global::Interop.SECURITY_STATUS.CannotPack,
32
SecurityStatusPalErrorCode.CannotPack
33
},
34
{
35
global::Interop.SECURITY_STATUS.CertExpired,
36
SecurityStatusPalErrorCode.CertExpired
37
},
38
{
39
global::Interop.SECURITY_STATUS.CertUnknown,
40
SecurityStatusPalErrorCode.CertUnknown
41
},
42
{
43
global::Interop.SECURITY_STATUS.CompAndContinue,
44
SecurityStatusPalErrorCode.CompAndContinue
45
},
46
{
47
global::Interop.SECURITY_STATUS.CompleteNeeded,
48
SecurityStatusPalErrorCode.CompleteNeeded
49
},
50
{
51
global::Interop.SECURITY_STATUS.ContextExpired,
52
SecurityStatusPalErrorCode.ContextExpired
53
},
54
{
55
global::Interop.SECURITY_STATUS.ContinueNeeded,
56
SecurityStatusPalErrorCode.ContinueNeeded
57
},
58
{
59
global::Interop.SECURITY_STATUS.CredentialsNeeded,
60
SecurityStatusPalErrorCode.CredentialsNeeded
61
},
62
{
63
global::Interop.SECURITY_STATUS.DecryptFailure,
64
SecurityStatusPalErrorCode.DecryptFailure
65
},
66
{
67
global::Interop.SECURITY_STATUS.DowngradeDetected,
68
SecurityStatusPalErrorCode.DowngradeDetected
69
},
70
{
71
global::Interop.SECURITY_STATUS.IllegalMessage,
72
SecurityStatusPalErrorCode.IllegalMessage
73
},
74
{
75
global::Interop.SECURITY_STATUS.IncompleteCredentials,
76
SecurityStatusPalErrorCode.IncompleteCredentials
77
},
78
{
79
global::Interop.SECURITY_STATUS.IncompleteMessage,
80
SecurityStatusPalErrorCode.IncompleteMessage
81
},
82
{
83
global::Interop.SECURITY_STATUS.InternalError,
84
SecurityStatusPalErrorCode.InternalError
85
},
86
{
87
global::Interop.SECURITY_STATUS.InvalidHandle,
88
SecurityStatusPalErrorCode.InvalidHandle
89
},
90
{
91
global::Interop.SECURITY_STATUS.InvalidToken,
92
SecurityStatusPalErrorCode.InvalidToken
93
},
94
{
95
global::Interop.SECURITY_STATUS.LogonDenied,
96
SecurityStatusPalErrorCode.LogonDenied
97
},
98
{
99
global::Interop.SECURITY_STATUS.MessageAltered,
100
SecurityStatusPalErrorCode.MessageAltered
101
},
102
{
103
global::Interop.SECURITY_STATUS.NoAuthenticatingAuthority,
104
SecurityStatusPalErrorCode.NoAuthenticatingAuthority
105
},
106
{
107
global::Interop.SECURITY_STATUS.NoImpersonation,
108
SecurityStatusPalErrorCode.NoImpersonation
109
},
110
{
111
global::Interop.SECURITY_STATUS.NoCredentials,
112
SecurityStatusPalErrorCode.NoCredentials
113
},
114
{
115
global::Interop.SECURITY_STATUS.NotOwner,
116
SecurityStatusPalErrorCode.NotOwner
117
},
118
{
119
global::Interop.SECURITY_STATUS.OK,
120
SecurityStatusPalErrorCode.OK
121
},
122
{
123
global::Interop.SECURITY_STATUS.OutOfMemory,
124
SecurityStatusPalErrorCode.OutOfMemory
125
},
126
{
127
global::Interop.SECURITY_STATUS.OutOfSequence,
128
SecurityStatusPalErrorCode.OutOfSequence
129
},
130
{
131
global::Interop.SECURITY_STATUS.PackageNotFound,
132
SecurityStatusPalErrorCode.PackageNotFound
133
},
134
{
135
global::Interop.SECURITY_STATUS.QopNotSupported,
136
SecurityStatusPalErrorCode.QopNotSupported
137
},
138
{
139
global::Interop.SECURITY_STATUS.Renegotiate,
140
SecurityStatusPalErrorCode.Renegotiate
141
},
142
{
143
global::Interop.SECURITY_STATUS.SecurityQosFailed,
144
SecurityStatusPalErrorCode.SecurityQosFailed
145
},
146
{
147
global::Interop.SECURITY_STATUS.SmartcardLogonRequired,
148
SecurityStatusPalErrorCode.SmartcardLogonRequired
149
},
150
{
151
global::Interop.SECURITY_STATUS.TargetUnknown,
152
SecurityStatusPalErrorCode.TargetUnknown
153
},
154
{
155
global::Interop.SECURITY_STATUS.TimeSkew,
156
SecurityStatusPalErrorCode.TimeSkew
157
},
158
{
159
global::Interop.SECURITY_STATUS.UnknownCredentials,
160
SecurityStatusPalErrorCode.UnknownCredentials
161
},
162
{
163
global::Interop.SECURITY_STATUS.UnsupportedPreauth,
164
SecurityStatusPalErrorCode.UnsupportedPreauth
165
},
166
{
167
global::Interop.SECURITY_STATUS.Unsupported,
168
SecurityStatusPalErrorCode.Unsupported
169
},
170
{
171
global::Interop.SECURITY_STATUS.UntrustedRoot,
172
SecurityStatusPalErrorCode.UntrustedRoot
173
},
174
{
175
global::Interop.SECURITY_STATUS.WrongPrincipal,
176
SecurityStatusPalErrorCode.WrongPrincipal
177
},
178
{
179
global::Interop.SECURITY_STATUS.NoRenegotiation,
180
SecurityStatusPalErrorCode.NoRenegotiation
181
}
182
};
System
Net
SecurityStatusAdapterPal
Generated by
1.10.0