DsFreePasswordCredentials (ntdsapi)
Last changed: -163.230.250.197

.
Summary
The DsFreePasswordCredentials function frees memory allocated for a credentials structure by the DsMakePasswordCredentials function.

C# Signature:

[DllImport("Ntdsapi.dll", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Unicode,
EntryPoint = "DsFreePasswordCredentials", SetLastError = true)]
public static extern void DsFreePasswordCredentials(
     IntPtr AuthIdentity
);

VB Signature:

Declare Function DsFreePasswordCredentials Lib "ntdsapi.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation