3 * Copyright 2016 Microsoft
4 * Licensed under the MIT license. See LICENSE file in the project root for full license information.
6 #ifndef __MONO_METADATA_MONO_SECURITY_WINDOWS_INTERNALS_H__
7 #define __MONO_METADATA_MONO_SECURITY_WINDOWS_INTERNALS_H__
13 #include "mono/metadata/security.h"
14 #include "mono/metadata/object.h"
15 #include "mono/metadata/object-internals.h"
16 #include "mono/metadata/metadata.h"
17 #include "mono/metadata/metadata-internals.h"
20 mono_security_win_get_token_name (gpointer token
, gunichar2
** uniname
, MonoError
*error
);
23 mono_security_win_is_machine_protected (const gunichar2
*path
, MonoError
*error
);
26 mono_security_win_is_user_protected (const gunichar2
*path
, MonoError
*error
);
29 mono_security_win_protect_machine (const gunichar2
*path
, MonoError
*error
);
32 mono_security_win_protect_user (const gunichar2
*path
, MonoError
*error
);
34 #endif /* HOST_WIN32 */
36 #endif /* __MONO_METADATA_MONO_SECURITY_WINDOWS_INTERNALS_H__ */