5 references to LsaNtStatusToWinError
System.IdentityModel (5)
System\IdentityModel\Selectors\X509SecurityTokenAuthenticator.cs (5)
168
if (NativeMethods.ERROR_ACCESS_DENIED == NativeMethods.
LsaNtStatusToWinError
(status))
175
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new Win32Exception(NativeMethods.
LsaNtStatusToWinError
(status)));
209
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new Win32Exception(NativeMethods.
LsaNtStatusToWinError
(status)));
270
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new Win32Exception(NativeMethods.
LsaNtStatusToWinError
(status)));
274
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new Win32Exception(NativeMethods.
LsaNtStatusToWinError
(subStatus)));