-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGlobalSuppressions.cs
More file actions
182 lines (181 loc) · 91.3 KB
/
GlobalSuppressions.cs
File metadata and controls
182 lines (181 loc) · 91.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
// This file is used by Code Analysis to maintain SuppressMessage
// attributes that are applied to this project.
// Project-level suppressions either have no target or are given
// a specific target and scoped to a namespace, type, member, etc.
//
// To add a suppression to this file, right-click the message in the
// Code Analysis results, point to "Suppress Message", and click
// "In Suppression File".
// You do not need to add suppressions to this file manually.
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#EqualSid(System.IntPtr,System.IntPtr)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#EqualSid(System.IntPtr,System.IntPtr)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Globalization", "CA2101:SpecifyMarshalingForPInvokeStringArguments", MessageId = "0", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#LookupAccountSid(System.String,System.IntPtr,System.Char[],System.UInt32&,System.Char[],System.UInt32&,Microsoft.Win32.Security.SID_NAME_USE&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#SetSecurityInfo(System.IntPtr,Microsoft.Win32.Security.SE_OBJECT_TYPE,Microsoft.Win32.Security.SECURITY_INFORMATION,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#SetSecurityDescriptorDacl(System.IntPtr,System.Int32,System.IntPtr,System.Int32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#SetLastError(System.UInt32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#SetLastError(System.UInt32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#OpenProcess(Microsoft.Win32.Security.ProcessAccessType,System.Int32,System.UInt32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#OpenProcess(Microsoft.Win32.Security.ProcessAccessType,System.Int32,System.UInt32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#OpenThread(Microsoft.Win32.Security.ThreadAccessType,System.Int32,System.UInt32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#OpenThread(Microsoft.Win32.Security.ThreadAccessType,System.Int32,System.UInt32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#CloseHandle(System.IntPtr)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#CloseHandle(System.IntPtr)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#LocalFree(System.IntPtr)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#LocalFree(System.IntPtr)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#SetSystemPowerState(System.Int32,System.Int32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#SetSystemPowerState(System.Int32,System.Int32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#OpenProcessToken(System.IntPtr,Microsoft.Win32.Security.TokenAccessType,System.IntPtr&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#OpenProcessToken(System.IntPtr,Microsoft.Win32.Security.TokenAccessType,System.IntPtr&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#OpenThreadToken(System.IntPtr,System.UInt32,System.Int32,System.IntPtr&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#OpenThreadToken(System.IntPtr,System.UInt32,System.Int32,System.IntPtr&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#IsTokenRestricted(System.IntPtr)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#IsTokenRestricted(System.IntPtr)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#GetTokenInformation(System.IntPtr,Microsoft.Win32.Security.TokenInformationClass,System.IntPtr,System.UInt32,System.UInt32&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#GetTokenInformation(System.IntPtr,Microsoft.Win32.Security.TokenInformationClass,System.IntPtr,System.UInt32,System.UInt32&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#GetLengthSid(System.IntPtr)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#GetLengthSid(System.IntPtr)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#GetSidLengthRequired(System.Byte)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#GetSidLengthRequired(System.Byte)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#IsValidSid(System.IntPtr)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#IsValidSid(System.IntPtr)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#GetSidSubAuthority(System.IntPtr,System.UInt32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#GetSidSubAuthority(System.IntPtr,System.UInt32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#GetSidSubAuthorityCount(System.IntPtr)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#GetSidSubAuthorityCount(System.IntPtr)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#GetSidIdentifierAuthority(System.IntPtr)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#GetSidIdentifierAuthority(System.IntPtr)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#EqualPrefixSid(System.IntPtr,System.IntPtr)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#EqualPrefixSid(System.IntPtr,System.IntPtr)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#InitializeSid(System.IntPtr,Microsoft.Win32.Security.Win32Structs.SID_IDENTIFIER_AUTHORITY&,System.Byte)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#InitializeSid(System.IntPtr,Microsoft.Win32.Security.Win32Structs.SID_IDENTIFIER_AUTHORITY&,System.Byte)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#InitializeAcl(System.IntPtr,System.UInt32,System.UInt32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#InitializeAcl(System.IntPtr,System.UInt32,System.UInt32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#AddAce(System.IntPtr,System.UInt32,System.UInt32,System.IntPtr,System.UInt32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#AddAce(System.IntPtr,System.UInt32,System.UInt32,System.IntPtr,System.UInt32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#LookupAccountSid(System.String,System.IntPtr,System.Char[],System.UInt32&,System.Char[],System.UInt32&,Microsoft.Win32.Security.SID_NAME_USE&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#LookupAccountSid(System.String,System.IntPtr,System.Char[],System.UInt32&,System.Char[],System.UInt32&,Microsoft.Win32.Security.SID_NAME_USE&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Globalization", "CA2101:SpecifyMarshalingForPInvokeStringArguments", MessageId = "1", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#LookupAccountName(System.String,System.String,System.IntPtr,System.UInt32&,System.Char[],System.UInt32&,Microsoft.Win32.Security.SID_NAME_USE&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#LookupAccountName(System.String,System.String,System.IntPtr,System.UInt32&,System.Char[],System.UInt32&,Microsoft.Win32.Security.SID_NAME_USE&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#LookupAccountName(System.String,System.String,System.IntPtr,System.UInt32&,System.Char[],System.UInt32&,Microsoft.Win32.Security.SID_NAME_USE&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Globalization", "CA2101:SpecifyMarshalingForPInvokeStringArguments", MessageId = "0", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#LookupAccountName(System.String,System.String,System.IntPtr,System.UInt32&,System.Char[],System.UInt32&,Microsoft.Win32.Security.SID_NAME_USE&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#ConvertSidToStringSid(System.IntPtr,System.IntPtr&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#ConvertSidToStringSid(System.IntPtr,System.IntPtr&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Globalization", "CA2101:SpecifyMarshalingForPInvokeStringArguments", MessageId = "0", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#LookupPrivilegeName(System.String,Microsoft.Win32.Security.Win32Structs.LUID&,System.Char[],System.UInt32&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#LookupPrivilegeName(System.String,Microsoft.Win32.Security.Win32Structs.LUID&,System.Char[],System.UInt32&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#LookupPrivilegeName(System.String,Microsoft.Win32.Security.Win32Structs.LUID&,System.Char[],System.UInt32&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Globalization", "CA2101:SpecifyMarshalingForPInvokeStringArguments", MessageId = "1", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#LookupPrivilegeValue(System.String,System.String,Microsoft.Win32.Security.Win32Structs.LUID&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#LookupPrivilegeValue(System.String,System.String,Microsoft.Win32.Security.Win32Structs.LUID&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Globalization", "CA2101:SpecifyMarshalingForPInvokeStringArguments", MessageId = "0", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#LookupPrivilegeValue(System.String,System.String,Microsoft.Win32.Security.Win32Structs.LUID&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#LookupPrivilegeValue(System.String,System.String,Microsoft.Win32.Security.Win32Structs.LUID&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#AdjustTokenPrivileges(System.IntPtr,System.Int32,System.IntPtr,System.UInt32,System.IntPtr,System.UInt32&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#AdjustTokenPrivileges(System.IntPtr,System.Int32,System.IntPtr,System.UInt32,System.IntPtr,System.UInt32&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#InitializeSecurityDescriptor(System.IntPtr,System.UInt32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#InitializeSecurityDescriptor(System.IntPtr,System.UInt32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#GetSecurityDescriptorControl(System.IntPtr,Microsoft.Win32.Security.SecurityDescriptorControlFlags&,System.UInt32&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#GetSecurityDescriptorControl(System.IntPtr,Microsoft.Win32.Security.SecurityDescriptorControlFlags&,System.UInt32&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#GetSecurityDescriptorGroup(System.IntPtr,System.IntPtr&,System.Int32&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#GetSecurityDescriptorGroup(System.IntPtr,System.IntPtr&,System.Int32&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#GetSecurityDescriptorLength(System.IntPtr)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#GetSecurityDescriptorLength(System.IntPtr)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#GetSecurityDescriptorOwner(System.IntPtr,System.IntPtr&,System.Int32&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#GetSecurityDescriptorOwner(System.IntPtr,System.IntPtr&,System.Int32&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#GetSecurityDescriptorDacl(System.IntPtr,System.Int32&,System.IntPtr&,System.Int32&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#GetSecurityDescriptorDacl(System.IntPtr,System.Int32&,System.IntPtr&,System.Int32&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#GetSecurityDescriptorSacl(System.IntPtr,System.Int32&,System.IntPtr&,System.Int32&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#GetSecurityDescriptorSacl(System.IntPtr,System.Int32&,System.IntPtr&,System.Int32&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#MakeAbsoluteSD(System.IntPtr,System.IntPtr,System.UInt32&,System.IntPtr,System.UInt32&,System.IntPtr,System.UInt32&,System.IntPtr,System.UInt32&,System.IntPtr,System.UInt32&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#MakeAbsoluteSD(System.IntPtr,System.IntPtr,System.UInt32&,System.IntPtr,System.UInt32&,System.IntPtr,System.UInt32&,System.IntPtr,System.UInt32&,System.IntPtr,System.UInt32&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#MakeSelfRelativeSD(System.IntPtr,System.IntPtr,System.UInt32&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#MakeSelfRelativeSD(System.IntPtr,System.IntPtr,System.UInt32&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#CopySid(System.UInt32,System.IntPtr,System.IntPtr)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#CopySid(System.UInt32,System.IntPtr,System.IntPtr)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#SetSecurityDescriptorControl(System.IntPtr,Microsoft.Win32.Security.SecurityDescriptorControlFlags,Microsoft.Win32.Security.SecurityDescriptorControlFlags)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#SetSecurityDescriptorControl(System.IntPtr,Microsoft.Win32.Security.SecurityDescriptorControlFlags,Microsoft.Win32.Security.SecurityDescriptorControlFlags)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#SetSecurityDescriptorDacl(System.IntPtr,System.Int32,System.IntPtr,System.Int32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#SetSecurityDescriptorGroup(System.IntPtr,System.IntPtr,System.Int32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#SetSecurityDescriptorGroup(System.IntPtr,System.IntPtr,System.Int32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#SetSecurityDescriptorOwner(System.IntPtr,System.IntPtr,System.Int32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#SetSecurityDescriptorOwner(System.IntPtr,System.IntPtr,System.Int32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#SetSecurityDescriptorSacl(System.IntPtr,System.Int32,System.IntPtr,System.Int32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#SetSecurityDescriptorSacl(System.IntPtr,System.Int32,System.IntPtr,System.Int32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#GetSecurityInfo(System.IntPtr,Microsoft.Win32.Security.SE_OBJECT_TYPE,Microsoft.Win32.Security.SECURITY_INFORMATION,System.IntPtr&,System.IntPtr&,System.IntPtr&,System.IntPtr&,System.IntPtr&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#GetSecurityInfo(System.IntPtr,Microsoft.Win32.Security.SE_OBJECT_TYPE,Microsoft.Win32.Security.SECURITY_INFORMATION,System.IntPtr&,System.IntPtr&,System.IntPtr&,System.IntPtr&,System.IntPtr&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#SetSecurityInfo(System.IntPtr,Microsoft.Win32.Security.SE_OBJECT_TYPE,Microsoft.Win32.Security.SECURITY_INFORMATION,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#GetNamedSecurityInfo(System.String,Microsoft.Win32.Security.SE_OBJECT_TYPE,Microsoft.Win32.Security.SECURITY_INFORMATION,System.IntPtr&,System.IntPtr&,System.IntPtr&,System.IntPtr&,System.IntPtr&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#GetNamedSecurityInfo(System.String,Microsoft.Win32.Security.SE_OBJECT_TYPE,Microsoft.Win32.Security.SECURITY_INFORMATION,System.IntPtr&,System.IntPtr&,System.IntPtr&,System.IntPtr&,System.IntPtr&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Globalization", "CA2101:SpecifyMarshalingForPInvokeStringArguments", MessageId = "0", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#GetNamedSecurityInfo(System.String,Microsoft.Win32.Security.SE_OBJECT_TYPE,Microsoft.Win32.Security.SECURITY_INFORMATION,System.IntPtr&,System.IntPtr&,System.IntPtr&,System.IntPtr&,System.IntPtr&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#SetNamedSecurityInfo(System.String,Microsoft.Win32.Security.SE_OBJECT_TYPE,Microsoft.Win32.Security.SECURITY_INFORMATION,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Globalization", "CA2101:SpecifyMarshalingForPInvokeStringArguments", MessageId = "0", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#SetNamedSecurityInfo(System.String,Microsoft.Win32.Security.SE_OBJECT_TYPE,Microsoft.Win32.Security.SECURITY_INFORMATION,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#SetNamedSecurityInfo(System.String,Microsoft.Win32.Security.SE_OBJECT_TYPE,Microsoft.Win32.Security.SECURITY_INFORMATION,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#GetFileSecurity(System.String,Microsoft.Win32.Security.SECURITY_INFORMATION,System.IntPtr,System.UInt32,System.UInt32&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Globalization", "CA2101:SpecifyMarshalingForPInvokeStringArguments", MessageId = "0", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#GetFileSecurity(System.String,Microsoft.Win32.Security.SECURITY_INFORMATION,System.IntPtr,System.UInt32,System.UInt32&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#GetFileSecurity(System.String,Microsoft.Win32.Security.SECURITY_INFORMATION,System.IntPtr,System.UInt32,System.UInt32&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Globalization", "CA2101:SpecifyMarshalingForPInvokeStringArguments", MessageId = "0", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#SetFileSecurity(System.String,Microsoft.Win32.Security.SECURITY_INFORMATION,System.IntPtr)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#SetFileSecurity(System.String,Microsoft.Win32.Security.SECURITY_INFORMATION,System.IntPtr)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#SetFileSecurity(System.String,Microsoft.Win32.Security.SECURITY_INFORMATION,System.IntPtr)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#RegGetKeySecurity(System.IntPtr,Microsoft.Win32.Security.SECURITY_INFORMATION,System.IntPtr,System.UInt32&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#RegGetKeySecurity(System.IntPtr,Microsoft.Win32.Security.SECURITY_INFORMATION,System.IntPtr,System.UInt32&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#RegSetKeySecurity(System.IntPtr,Microsoft.Win32.Security.SECURITY_INFORMATION,System.IntPtr)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#RegSetKeySecurity(System.IntPtr,Microsoft.Win32.Security.SECURITY_INFORMATION,System.IntPtr)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Globalization", "CA2101:SpecifyMarshalingForPInvokeStringArguments", MessageId = "1", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#RegOpenKey(System.IntPtr,System.String,System.IntPtr&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#RegOpenKey(System.IntPtr,System.String,System.IntPtr&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#RegOpenKey(System.IntPtr,System.String,System.IntPtr&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#RegCloseKey(System.IntPtr)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#RegCloseKey(System.IntPtr)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#GetKernelObjectSecurity(System.IntPtr,Microsoft.Win32.Security.SECURITY_INFORMATION,System.IntPtr,System.UInt32,System.UInt32&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#GetKernelObjectSecurity(System.IntPtr,Microsoft.Win32.Security.SECURITY_INFORMATION,System.IntPtr,System.UInt32,System.UInt32&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#SetKernelObjectSecurity(System.IntPtr,Microsoft.Win32.Security.SECURITY_INFORMATION,System.IntPtr)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#SetKernelObjectSecurity(System.IntPtr,Microsoft.Win32.Security.SECURITY_INFORMATION,System.IntPtr)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#InitiateSystemShutdown(System.String,System.String,System.UInt32,System.Int32,System.Int32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#InitiateSystemShutdown(System.String,System.String,System.UInt32,System.Int32,System.Int32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Globalization", "CA2101:SpecifyMarshalingForPInvokeStringArguments", MessageId = "1", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#InitiateSystemShutdown(System.String,System.String,System.UInt32,System.Int32,System.Int32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Globalization", "CA2101:SpecifyMarshalingForPInvokeStringArguments", MessageId = "0", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#InitiateSystemShutdown(System.String,System.String,System.UInt32,System.Int32,System.Int32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#AbortSystemShutdown(System.String)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Globalization", "CA2101:SpecifyMarshalingForPInvokeStringArguments", MessageId = "0", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#AbortSystemShutdown(System.String)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#AbortSystemShutdown(System.String)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#SetUserObjectSecurity(System.IntPtr,Microsoft.Win32.Security.SECURITY_INFORMATION,System.IntPtr)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Portability", "CA1901:PInvokeDeclarationsShouldBePortable", MessageId = "1", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#SetUserObjectSecurity(System.IntPtr,Microsoft.Win32.Security.SECURITY_INFORMATION,System.IntPtr)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#SetUserObjectSecurity(System.IntPtr,Microsoft.Win32.Security.SECURITY_INFORMATION,System.IntPtr)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Portability", "CA1901:PInvokeDeclarationsShouldBePortable", MessageId = "return", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#SendMessage(System.IntPtr,System.UInt32,System.UInt32,System.UInt32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Portability", "CA1901:PInvokeDeclarationsShouldBePortable", MessageId = "3", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#SendMessage(System.IntPtr,System.UInt32,System.UInt32,System.UInt32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Portability", "CA1901:PInvokeDeclarationsShouldBePortable", MessageId = "2", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#SendMessage(System.IntPtr,System.UInt32,System.UInt32,System.UInt32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#SendMessage(System.IntPtr,System.UInt32,System.UInt32,System.UInt32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#SendMessage(System.IntPtr,System.UInt32,System.UInt32,System.UInt32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#PostMessage(System.IntPtr,System.UInt32,System.UInt32,System.UInt32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Portability", "CA1901:PInvokeDeclarationsShouldBePortable", MessageId = "2", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#PostMessage(System.IntPtr,System.UInt32,System.UInt32,System.UInt32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Portability", "CA1901:PInvokeDeclarationsShouldBePortable", MessageId = "3", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#PostMessage(System.IntPtr,System.UInt32,System.UInt32,System.UInt32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#PostMessage(System.IntPtr,System.UInt32,System.UInt32,System.UInt32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#FindWindow(System.String,System.String)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#FindWindow(System.String,System.String)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Globalization", "CA2101:SpecifyMarshalingForPInvokeStringArguments", MessageId = "1", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#FindWindow(System.String,System.String)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Globalization", "CA2101:SpecifyMarshalingForPInvokeStringArguments", MessageId = "0", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#FindWindow(System.String,System.String)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#GetForegroundWindow()")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#GetForegroundWindow()")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#SetForegroundWindow(System.IntPtr)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#SetForegroundWindow(System.IntPtr)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#GetMessageExtraInfo()")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Portability", "CA1901:PInvokeDeclarationsShouldBePortable", MessageId = "return", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#GetMessageExtraInfo()")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#GetMessageExtraInfo()")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#SendInput(System.UInt32,Microsoft.Win32.Security.Win32Structs.INPUT&,System.UInt32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#SendInput(System.UInt32,Microsoft.Win32.Security.Win32Structs.INPUT&,System.UInt32)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#UnloadUserProfile(System.IntPtr,System.IntPtr)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#UnloadUserProfile(System.IntPtr,System.IntPtr)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#LoadUserProfile(System.IntPtr,Microsoft.Win32.Security.Win32Structs.PROFILEINFO&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32.#LoadUserProfile(System.IntPtr,Microsoft.Win32.Security.Win32Structs.PROFILEINFO&)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2237:MarkISerializableTypesWithSerializable", Scope = "type", Target = "Microsoft.Win32.Security.NoThreadTokenException")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1404:CallGetLastErrorImmediatelyAfterPInvoke", Scope = "member", Target = "Microsoft.Win32.Security.AccessToken.#UnsafeEnableDisablePrivileges(Microsoft.Win32.Security.TokenPrivileges)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors", Scope = "member", Target = "Microsoft.Win32.Security.AceAccess.#.ctor(Microsoft.Win32.Security.MemoryMarshaler,System.Boolean)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors", Scope = "member", Target = "Microsoft.Win32.Security.AceAccess.#.ctor(Microsoft.Win32.Security.Sid,Microsoft.Win32.Security.AceFlags,Microsoft.Win32.Security.AccessType,System.Boolean)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2111:PointersShouldNotBeVisible", Scope = "member", Target = "WindowsInput.Native.KEYBDINPUT.#ExtraInfo")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2111:PointersShouldNotBeVisible", Scope = "member", Target = "WindowsInput.Native.MOUSEINPUT.#ExtraInfo")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Portability", "CA1901:PInvokeDeclarationsShouldBePortable", MessageId = "0", Scope = "member", Target = "WindowsInput.Native.NativeMethods.#GetAsyncKeyState(System.UInt16)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Portability", "CA1901:PInvokeDeclarationsShouldBePortable", MessageId = "0", Scope = "member", Target = "WindowsInput.Native.NativeMethods.#GetKeyState(System.UInt16)")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1001:TypesThatOwnDisposableFieldsShouldBeDisposable", Scope = "type", Target = "Microsoft.Win32.Security.SecurityAttributes")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1065:DoNotRaiseExceptionsInUnexpectedLocations", Scope = "member", Target = "Microsoft.Win32.Security.TokenPrivilege.#Name")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Portability", "CA1900:ValueTypeFieldsShouldBePortable", MessageId = "ki", Scope = "type", Target = "Microsoft.Win32.Security.Win32Structs.INPUT")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2111:PointersShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32Structs.TOKEN_DEFAULT_DACL.#DefaultDacl")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2111:PointersShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32Structs.SID_AND_ATTRIBUTES.#Sid")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2111:PointersShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32Structs.TOKEN_OWNER.#Owner")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2111:PointersShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32Structs.TOKEN_PRIMARY_GROUP.#PrimaryGroup")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2111:PointersShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32Structs.SECURITY_ATTRIBUTES.#lpSecurityDescriptor")]
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2111:PointersShouldNotBeVisible", Scope = "member", Target = "Microsoft.Win32.Security.Win32Structs.PROFILEINFO.#hProfile")]