Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ SECURITY_STATUS [4/4]

Enumerator
OK 
ContinueNeeded 
CompleteNeeded 
CompAndContinue 
ContextExpired 
CredentialsNeeded 
Renegotiate 
OutOfMemory 
InvalidHandle 
Unsupported 
TargetUnknown 
InternalError 
PackageNotFound 
NotOwner 
CannotInstall 
InvalidToken 
CannotPack 
QopNotSupported 
NoImpersonation 
LogonDenied 
UnknownCredentials 
NoCredentials 
MessageAltered 
OutOfSequence 
NoAuthenticatingAuthority 
IncompleteMessage 
IncompleteCredentials 
BufferNotEnough 
WrongPrincipal 
TimeSkew 
UntrustedRoot 
IllegalMessage 
CertUnknown 
CertExpired 
DecryptFailure 
AlgorithmMismatch 
SecurityQosFailed 
SmartcardLogonRequired 
UnsupportedPreauth 
BadBinding 
DowngradeDetected 
ApplicationProtocolMismatch 
NoRenegotiation 
OK 
ContinueNeeded 
CompleteNeeded 
CompAndContinue 
ContextExpired 
CredentialsNeeded 
Renegotiate 
OutOfMemory 
InvalidHandle 
Unsupported 
TargetUnknown 
InternalError 
PackageNotFound 
NotOwner 
CannotInstall 
InvalidToken 
CannotPack 
QopNotSupported 
NoImpersonation 
LogonDenied 
UnknownCredentials 
NoCredentials 
MessageAltered 
OutOfSequence 
NoAuthenticatingAuthority 
IncompleteMessage 
IncompleteCredentials 
BufferNotEnough 
WrongPrincipal 
TimeSkew 
UntrustedRoot 
IllegalMessage 
CertUnknown 
CertExpired 
DecryptFailure 
AlgorithmMismatch 
SecurityQosFailed 
SmartcardLogonRequired 
UnsupportedPreauth 
BadBinding 
DowngradeDetected 
ApplicationProtocolMismatch 
NoRenegotiation 
OK 
ContinueNeeded 
CompleteNeeded 
CompAndContinue 
ContextExpired 
CredentialsNeeded 
Renegotiate 
OutOfMemory 
InvalidHandle 
Unsupported 
TargetUnknown 
InternalError 
PackageNotFound 
NotOwner 
CannotInstall 
InvalidToken 
CannotPack 
QopNotSupported 
NoImpersonation 
LogonDenied 
UnknownCredentials 
NoCredentials 
MessageAltered 
OutOfSequence 
NoAuthenticatingAuthority 
IncompleteMessage 
IncompleteCredentials 
BufferNotEnough 
WrongPrincipal 
TimeSkew 
UntrustedRoot 
IllegalMessage 
CertUnknown 
CertExpired 
DecryptFailure 
AlgorithmMismatch 
SecurityQosFailed 
SmartcardLogonRequired 
UnsupportedPreauth 
BadBinding 
DowngradeDetected 
ApplicationProtocolMismatch 
NoRenegotiation 
OK 
ContinueNeeded 
CompleteNeeded 
CompAndContinue 
ContextExpired 
CredentialsNeeded 
Renegotiate 
OutOfMemory 
InvalidHandle 
Unsupported 
TargetUnknown 
InternalError 
PackageNotFound 
NotOwner 
CannotInstall 
InvalidToken 
CannotPack 
QopNotSupported 
NoImpersonation 
LogonDenied 
UnknownCredentials 
NoCredentials 
MessageAltered 
OutOfSequence 
NoAuthenticatingAuthority 
IncompleteMessage 
IncompleteCredentials 
BufferNotEnough 
WrongPrincipal 
TimeSkew 
UntrustedRoot 
IllegalMessage 
CertUnknown 
CertExpired 
DecryptFailure 
AlgorithmMismatch 
SecurityQosFailed 
SmartcardLogonRequired 
UnsupportedPreauth 
BadBinding 
DowngradeDetected 
ApplicationProtocolMismatch 
NoRenegotiation 

Definition at line 172 of file Interop.cs.

173 {
174 OK = 0,
175 ContinueNeeded = 590610,
176 CompleteNeeded = 590611,
177 CompAndContinue = 590612,
178 ContextExpired = 590615,
179 CredentialsNeeded = 590624,
180 Renegotiate = 590625,
181 OutOfMemory = -2146893056,
182 InvalidHandle = -2146893055,
183 Unsupported = -2146893054,
184 TargetUnknown = -2146893053,
185 InternalError = -2146893052,
186 PackageNotFound = -2146893051,
187 NotOwner = -2146893050,
188 CannotInstall = -2146893049,
189 InvalidToken = -2146893048,
190 CannotPack = -2146893047,
191 QopNotSupported = -2146893046,
192 NoImpersonation = -2146893045,
193 LogonDenied = -2146893044,
194 UnknownCredentials = -2146893043,
195 NoCredentials = -2146893042,
196 MessageAltered = -2146893041,
197 OutOfSequence = -2146893040,
198 NoAuthenticatingAuthority = -2146893039,
199 IncompleteMessage = -2146893032,
200 IncompleteCredentials = -2146893024,
201 BufferNotEnough = -2146893023,
202 WrongPrincipal = -2146893022,
203 TimeSkew = -2146893020,
204 UntrustedRoot = -2146893019,
205 IllegalMessage = -2146893018,
206 CertUnknown = -2146893017,
207 CertExpired = -2146893016,
208 DecryptFailure = -2146893008,
209 AlgorithmMismatch = -2146893007,
210 SecurityQosFailed = -2146893006,
211 SmartcardLogonRequired = -2146892994,
212 UnsupportedPreauth = -2146892989,
213 BadBinding = -2146892986,
214 DowngradeDetected = -2146892976,
215 ApplicationProtocolMismatch = -2146892953,
216 NoRenegotiation = 590688
217 }