# LsaClose

```csharp
[DllImport("ADVAPI32.dll", ExactSpelling = true)]
[DefaultDllImportSearchPaths(DllImportSearchPath.System32)]
public static extern NTSTATUS LsaClose(LSA_HANDLE ObjectHandle);
```

[ntstatus](https://www.pinvoke.dev/foundation/ntstatus "mention")

[lsa\_handle](https://www.pinvoke.dev/authentication/lsa_handle "mention")
