CredUIConfirmCredentials
[DllImport("Credui.dll", SetLastError = true)]
public static extern CREDUI_RETURN CredUIConfirmCredentials(
string pszTargetName,
[MarshalAs(UnmanagedType.Bool)] bool bConfirm
);Last updated
[DllImport("Credui.dll", SetLastError = true)]
public static extern CREDUI_RETURN CredUIConfirmCredentials(
string pszTargetName,
[MarshalAs(UnmanagedType.Bool)] bool bConfirm
);Last updated