You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustRelationshipInformation.cs
Copy file name to clipboardExpand all lines: src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -414,9 +414,9 @@ internal sealed class LSA_FOREST_TRUST_RECORD
414
414
[FieldOffset(16)]
415
415
publicglobal::Interop.UNICODE_STRINGTopLevelName;
416
416
[FieldOffset(16)]
417
-
publicLSA_FOREST_TRUST_BINARY_DATAData=null!;
417
+
publicLSA_FOREST_TRUST_BINARY_DATAData;
418
418
[FieldOffset(16)]
419
-
publicLSA_FOREST_TRUST_DOMAIN_INFO?DomainInfo;
419
+
publicLSA_FOREST_TRUST_DOMAIN_INFODomainInfo;
420
420
}
421
421
422
422
[StructLayout(LayoutKind.Sequential)]
@@ -432,8 +432,7 @@ public LARGE_INTEGER()
432
432
}
433
433
}
434
434
435
-
[StructLayout(LayoutKind.Sequential)]
436
-
internalsealedclassLSA_FOREST_TRUST_DOMAIN_INFO
435
+
internalstructLSA_FOREST_TRUST_DOMAIN_INFO
437
436
{
438
437
publicIntPtrsid;
439
438
publicshortDNSNameLength;
@@ -444,8 +443,7 @@ internal sealed class LSA_FOREST_TRUST_DOMAIN_INFO
0 commit comments