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
#5##2# /// <summary>Initializes a new instance of the <see cref="ClassName"/> class and assigns an existing handle.</summary>
20
24
/// <param name="preexistingHandle">An <see cref="HandleName"/> object that represents the pre-existing handle to use.</param>
21
25
/// <param name="ownsHandle"><see langword="true"/> to reliably release the handle during the finalization phase; otherwise, <see langword="false"/> (not recommended).</param>
Copy file name to clipboardExpand all lines: PInvoke/NTDSApi/NTDSAPI.cs
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5174,7 +5174,11 @@ public partial struct SpnArrayHandle
5174
5174
5175
5175
/// <summary>Provides a <see cref="SafeHandle"/> to an authentication identity that releases its handle at disposal using DsFreePasswordCredentials.</summary>
0 commit comments