This repository was archived by the owner on Jun 14, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
src/Microsoft.Management.Infrastructure Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ internal struct MI_UsernamePasswordCreds
1818 [ FieldOffset ( 0 ) ]
1919 internal IntPtr authenticationType ;
2020
21- [ FieldOffset ( 4 ) ]
21+ [ FieldOffset ( 16 ) ]
2222 internal MI_UsernamePasswordCreds usernamePassword ;
2323
24- [ FieldOffset ( 4 ) ]
24+ [ FieldOffset ( 8 ) ]
2525 internal IntPtr certificateThumbprint ;
2626
2727 internal string authenticationTypeString
@@ -32,4 +32,4 @@ internal string authenticationTypeString
3232 }
3333 }
3434 }
35- }
35+ }
Original file line number Diff line number Diff line change 2727 "define" : [ " _CORECLR" ]
2828 },
2929 "dependencies" : {
30- "NETStandard.Library" : " 1.5.0-rc2-24027 " ,
30+ "NETStandard.Library" : " 1.6.0 " ,
3131 "System.Security.SecureString" : " 4.0.0-*" ,
32- "System.Runtime.Serialization.Xml" : " 4.1.1-rc2-24027 " ,
33- "System.Threading.ThreadPool" : " 4.0.10-rc2-24027 "
32+ "System.Runtime.Serialization.Xml" : " 4.1.1" ,
33+ "System.Threading.ThreadPool" : " 4.0.10"
3434 }
3535 },
3636 "net451" : {
You can’t perform that action at this time.
0 commit comments