[netcore] Implement Thread.GetCurrentProcessorId (#18450)
[mono-project.git] / mono / metadata / security.h
blob85e16b30d3d83d7d9393440a8b14ef7110b390d8
1 /**
2 * \file
3 * Security internal calls
5 * Author:
6 * Sebastien Pouliot <sebastien@ximian.com>
8 * (C) 2004 Novell (http://www.novell.com)
9 */
12 #ifndef _MONO_METADATA_SECURITY_H_
13 #define _MONO_METADATA_SECURITY_H_
15 #include <glib.h>
16 #include <mono/metadata/object.h>
17 #include <mono/metadata/object-internals.h>
18 #include <mono/utils/mono-compiler.h>
19 #include <mono/utils/mono-error.h>
20 #include <mono/utils/mono-publib.h>
21 #include <mono/metadata/icalls.h>
22 #include "reflection-internals.h"
24 /* System.Security.Principal.WindowsIdentity */
25 gpointer
26 mono_security_principal_windows_identity_get_current_token (MonoError *error);
28 #endif /* _MONO_METADATA_SECURITY_H_ */