Home
last modified time | relevance | path

Searched refs:STATUS_ACCOUNT_RESTRICTION (Results 1 – 25 of 343) sorted by relevance

12345678910>>...14

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Windows/NtDll/
H A DInterop.NtStatus.cs19 internal const uint STATUS_ACCOUNT_RESTRICTION = 0xc000006e; field in Interop.StatusOptions
/dports/security/py-requests-credssp/requests-credssp-1.2.0/requests_credssp/
H A Dexceptions.py9 STATUS_ACCOUNT_RESTRICTION = 0xC000006E variable in NtStatusCodes
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwincred.h55 #define STATUS_ACCOUNT_RESTRICTION ((NTSTATUS)0xC000006E) macro
67 …ACCOUNT_RESTRICTION) || (_Status)==STATUS_ACCOUNT_RESTRICTION || (_Status)==HRESULT_FROM_NT(STATUS…
H A Dsubauth.h256 #define STATUS_ACCOUNT_RESTRICTION ((NTSTATUS)0xC000006E) macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwincred.h55 #define STATUS_ACCOUNT_RESTRICTION ((NTSTATUS)0xC000006E) macro
67 …ACCOUNT_RESTRICTION) || (_Status)==STATUS_ACCOUNT_RESTRICTION || (_Status)==HRESULT_FROM_NT(STATUS…
H A Dsubauth.h256 #define STATUS_ACCOUNT_RESTRICTION ((NTSTATUS)0xC000006E) macro
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dsubauth.h67 #define STATUS_ACCOUNT_RESTRICTION 0xC000006EL macro
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dsubauth.h67 #define STATUS_ACCOUNT_RESTRICTION 0xC000006EL macro
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Dsubauth.d58 STATUS_ACCOUNT_RESTRICTION = 0xC000006E, enumerator
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Dsubauth.d57 STATUS_ACCOUNT_RESTRICTION = 0xC000006E, enumerator
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/windows/
H A Dsubauth.d58 STATUS_ACCOUNT_RESTRICTION = 0xC000006E, enumerator
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/windows/
H A Dsubauth.d57 STATUS_ACCOUNT_RESTRICTION = 0xC000006E, enumerator
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/windows/
H A Dsubauth.d57 STATUS_ACCOUNT_RESTRICTION = 0xC000006E, enumerator
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/windows/
H A Dsubauth.d57 STATUS_ACCOUNT_RESTRICTION = 0xC000006E, enumerator
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwasubauth.pas496 STATUS_ACCOUNT_RESTRICTION = NTSTATUS($C000006E);
H A Djwawincred.pas122 STATUS_ACCOUNT_RESTRICTION = NTSTATUS($C000006E); // ntsubauth
881 (_Status = STATUS_ACCOUNT_RESTRICTION) or
882 (_Status = HRESULT_FROM_NT(STATUS_ACCOUNT_RESTRICTION)) or
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/windows/
H A Dsubauth.d57 STATUS_ACCOUNT_RESTRICTION = 0xC000006E, enumerator
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dsubauth.d58 STATUS_ACCOUNT_RESTRICTION = 0xC000006E, enumerator
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/sys/windows/
H A Dsubauth.d57 STATUS_ACCOUNT_RESTRICTION = 0xC000006E, enumerator
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dsubauth.d58 STATUS_ACCOUNT_RESTRICTION = 0xC000006E, enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Selectors/
H A DX509SecurityTokenAuthenticator.cs264 if ((uint)status == NativeMethods.STATUS_ACCOUNT_RESTRICTION && subStatus < 0) in KerberosCertificateLogon()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/
H A DNativeMethods.cs242 internal const uint STATUS_ACCOUNT_RESTRICTION = 0xC000006E; field in System.IdentityModel.NativeMethods
/dports/databases/libcouchbase/libcouchbase-2.10.7/contrib/win32-defs/
H A Dmingwdefs.h1108 #ifndef STATUS_ACCOUNT_RESTRICTION
1109 # define STATUS_ACCOUNT_RESTRICTION ((NTSTATUS) 0xC000006EL) macro
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Principal.Windows/src/System/Security/Principal/
H A DWindowsIdentity.cs152 … if (ntStatus == unchecked((int)Interop.StatusOptions.STATUS_ACCOUNT_RESTRICTION) && subStatus < 0) in WindowsIdentity()
/dports/sysutils/R-cran-fs/fs/src/libuv-1.38.1/src/win/
H A Dwinapi.h1111 #ifndef STATUS_ACCOUNT_RESTRICTION
1112 # define STATUS_ACCOUNT_RESTRICTION ((NTSTATUS) 0xC000006EL) macro

12345678910>>...14