Home
last modified time | relevance | path

Searched defs:KERB_LOGON_SUBMIT_TYPE (Results 1 – 12 of 12) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Windows/sspicli/
H A DInterop.KerbLogonSubmitType.cs12 internal enum KERB_LOGON_SUBMIT_TYPE : int enum in Interop.SspiCli
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Principal.Windows/src/System/Security/Principal/
H A DWindowsIdentity.cs14 using KERB_LOGON_SUBMIT_TYPE = Interop.SspiCli.KERB_LOGON_SUBMIT_TYPE; typedef
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/
H A DNativeMethods.cs170 internal enum KERB_LOGON_SUBMIT_TYPE enum
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/asn1/kerberos/
H A Dpacket-kerberos-template.c4366 static const value_string KERB_LOGON_SUBMIT_TYPE[] = { variable
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/asn1/kerberos/
H A Dpacket-kerberos-template.c4366 static const value_string KERB_LOGON_SUBMIT_TYPE[] = { variable
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/asn1/kerberos/
H A Dpacket-kerberos-template.c4366 static const value_string KERB_LOGON_SUBMIT_TYPE[] = { variable
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dntsecapi.h1121 } KERB_LOGON_SUBMIT_TYPE,*PKERB_LOGON_SUBMIT_TYPE; typedef
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dntsecapi.h1121 } KERB_LOGON_SUBMIT_TYPE,*PKERB_LOGON_SUBMIT_TYPE; typedef
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-kerberos.c7897 static const value_string KERB_LOGON_SUBMIT_TYPE[] = { variable
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-kerberos.c7897 static const value_string KERB_LOGON_SUBMIT_TYPE[] = { variable
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Security/Authorization/
H A Dmod.rs2736 #[cfg(windows)]
2737 {
2738 #[link(name = "windows")]
2752 #[link(name = "windows")] in from()
2756 …::std::mem::transmute(ConvertStringSecurityDescriptorToSecurityDescriptorA(stringsecuritydescripto… in from()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Security/Authentication/Identity/
H A Dmod.rs1303 pub type KERB_LOGON_SUBMIT_TYPE = i32; typedef